Home
last modified time | relevance | path

Searched defs:as_ptr (Results 1 – 25 of 72) sorted by relevance

123

/external/rust/crates/ring/src/polyfill/
Dchunks_fixed.rs40 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/
Dlib.rs26 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/
Dbio.rs35 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
Dconf.rs43 pub fn as_ptr(&self) -> *mut ffi::CONF_METHOD { in as_ptr() method
/external/boringssl/src/rust/bssl-crypto/src/
Dlib.rs58 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/
Dlib.rs58 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/
Daddress-space-initialize.cpp20 int* as_ptr = nocv_iarray; // expected-error{{cannot initialize a variable of type '__attribute__((… variable
/external/rust/crates/glam/src/
Dalign16.rs7 pub fn as_ptr(&self) -> *const T { in as_ptr() method
/external/crosvm/rutabaga_gfx/src/rutabaga_os/
Dmod.rs21 fn as_ptr(&self) -> *mut u8; in as_ptr() method
/external/crosvm/base/src/
Dmmap.rs391 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
Dalloc.rs91 pub fn as_ptr<T>(&self) -> *mut T { in as_ptr() method
/external/crosvm/hypervisor/src/whpx/
Dtypes.rs48 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/
Doverlapped.rs23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr() method
Dnet.rs61 pub(crate) fn as_ptr(&self) -> *const SOCKADDR { in as_ptr() method
/external/cronet/base/types/
Doptional_ref.h175 constexpr T* as_ptr() const { return ptr_; } in as_ptr() function
/external/rust/crates/mio/src/sys/unix/
Dnet.rs69 pub(crate) fn as_ptr(&self) -> *const libc::sockaddr { in as_ptr() method
/external/rust/crates/jni/src/wrapper/objects/
Dauto_primitive_array.rs42 pub fn as_ptr(&self) -> *mut c_void { in as_ptr() method
Dauto_array.rs91 pub fn as_ptr(&self) -> *mut T { in as_ptr() method
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dmake_string.h68 TEST_CONSTEXPR const char *as_ptr(const char*) const { return s_; } in as_ptr() function
/external/crosvm/common/data_model/src/
Dflexible_array.rs168 pub fn as_ptr(&self) -> *const T { in as_ptr() function
/external/crosvm/vm_memory/src/
Dudmabuf_bindings.rs19 pub fn as_ptr(&self) -> *const T { in as_ptr() method
/external/crosvm/common/data_model/src/sys/
Dwindows.rs91 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
Dunix.rs104 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
/external/flatbuffers/rust/flatbuffers/src/
Darray.rs54 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
/external/rust/crates/rusqlite/src/util/
Dsqlite_string.rs76 pub(crate) fn as_ptr(&self) -> *const c_char { in as_ptr() method

123