| /external/rust/crates/ring/src/polyfill/ |
| D | chunks_fixed.rs | 40 let as_ptr: *const [T; $chunk_len] = self.as_ptr() as *const [T; $chunk_len]; localVariable 41 let as_ptr = as_ptr as *const [[T; $chunk_len]; $chunked_len]; localVariable
|
| /external/rust/crates/foreign-types-shared/src/ |
| D | lib.rs | 26 fn as_ptr(&self) -> *mut Self::CType; in as_ptr() method 48 fn as_ptr(&self) -> *mut Self::CType { in as_ptr() method
|
| /external/rust/crates/openssl/src/ |
| D | bio.rs | 35 pub fn as_ptr(&self) -> *mut ffi::BIO { in as_ptr() method 58 pub fn as_ptr(&self) -> *mut ffi::BIO { in as_ptr() method
|
| D | conf.rs | 43 pub fn as_ptr(&self) -> *mut ffi::CONF_METHOD { in as_ptr() method
|
| /external/boringssl/src/rust/bssl-crypto/src/ |
| D | lib.rs | 58 pub fn as_ptr<T>(&self) -> *const T { in as_ptr() method 127 fn as_ptr(&self) -> *mut Self::CType { in as_ptr() method
|
| /external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
| D | lib.rs | 58 pub fn as_ptr<T>(&self) -> *const T { in as_ptr() method 127 fn as_ptr(&self) -> *mut Self::CType { in as_ptr() method
|
| /external/clang/test/SemaCXX/ |
| D | address-space-initialize.cpp | 20 int* as_ptr = nocv_iarray; // expected-error{{cannot initialize a variable of type '__attribute__((… variable
|
| /external/rust/crates/glam/src/ |
| D | align16.rs | 7 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| /external/crosvm/rutabaga_gfx/src/rutabaga_os/ |
| D | mod.rs | 21 fn as_ptr(&self) -> *mut u8; in as_ptr() method
|
| /external/crosvm/base/src/ |
| D | mmap.rs | 391 fn as_ptr(&self) -> *mut u8; in as_ptr() method 425 fn as_ptr(&self) -> *mut u8 { in as_ptr() method 442 fn as_ptr(&self) -> *mut u8 { in as_ptr() method
|
| D | alloc.rs | 91 pub fn as_ptr<T>(&self) -> *mut T { in as_ptr() method
|
| /external/crosvm/hypervisor/src/whpx/ |
| D | types.rs | 48 pub(super) fn as_ptr(&self) -> *const WHV_REGISTER_VALUE { in as_ptr() method 203 pub(super) fn as_ptr(&self) -> *const WHV_REGISTER_VALUE { in as_ptr() method 337 pub(super) fn as_ptr(&self) -> *const WHV_REGISTER_VALUE { in as_ptr() method 536 pub(super) fn as_ptr(&self) -> *const WHV_REGISTER_VALUE { in as_ptr() method
|
| /external/rust/crates/mio/src/sys/windows/ |
| D | overlapped.rs | 23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr() method
|
| D | net.rs | 61 pub(crate) fn as_ptr(&self) -> *const SOCKADDR { in as_ptr() method
|
| /external/cronet/base/types/ |
| D | optional_ref.h | 175 constexpr T* as_ptr() const { return ptr_; } in as_ptr() function
|
| /external/rust/crates/mio/src/sys/unix/ |
| D | net.rs | 69 pub(crate) fn as_ptr(&self) -> *const libc::sockaddr { in as_ptr() method
|
| /external/rust/crates/jni/src/wrapper/objects/ |
| D | auto_primitive_array.rs | 42 pub fn as_ptr(&self) -> *mut c_void { in as_ptr() method
|
| D | auto_array.rs | 91 pub fn as_ptr(&self) -> *mut T { in as_ptr() method
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
| D | make_string.h | 68 TEST_CONSTEXPR const char *as_ptr(const char*) const { return s_; } in as_ptr() function
|
| /external/crosvm/common/data_model/src/ |
| D | flexible_array.rs | 168 pub fn as_ptr(&self) -> *const T { in as_ptr() function
|
| /external/crosvm/vm_memory/src/ |
| D | udmabuf_bindings.rs | 19 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| /external/crosvm/common/data_model/src/sys/ |
| D | windows.rs | 91 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
|
| D | unix.rs | 104 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
|
| /external/flatbuffers/rust/flatbuffers/src/ |
| D | array.rs | 54 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
|
| /external/rust/crates/rusqlite/src/util/ |
| D | sqlite_string.rs | 76 pub(crate) fn as_ptr(&self) -> *const c_char { in as_ptr() method
|