Home
last modified time | relevance | path

Searched defs:as_raw_ptr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dlib.rs63 fn as_raw_ptr(&self) -> *const T; in as_raw_ptr() method
67 fn as_raw_ptr(&self) -> *const T { in as_raw_ptr() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs563 pub fn as_raw_ptr(&self) -> *const T { in as_raw_ptr() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs563 pub fn as_raw_ptr(&self) -> *const T { in as_raw_ptr() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs563 pub fn as_raw_ptr(&self) -> *const T { in as_raw_ptr() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs563 pub fn as_raw_ptr(&self) -> *const T { in as_raw_ptr() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs563 pub fn as_raw_ptr(&self) -> *const T { in as_raw_ptr() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1472 pub(crate) fn as_raw_ptr(&self) -> *const u8 { in as_raw_ptr() method