Home
last modified time | relevance | path

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

123

/third_party/rust/crates/foreign-types/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
/third_party/rust/crates/rust-openssl/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
Dhash.rs171 pub fn as_ptr(&self) -> *const ffi::EVP_MD { in as_ptr() method
Dstack.rs117 fn as_ptr(&self) -> *mut T::StackType { in as_ptr() method
/third_party/rust/crates/rustix/src/
Dutils.rs4 pub(crate) const fn as_ptr<T>(t: &T) -> *const T { in as_ptr() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dzero-size-array-align.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dderive-hash-struct-with-incomplete-array.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dzero-sized-array.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dissue-643-inner-struct.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dincomplete-array-padding.rs103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dlayout_align.rs103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dwrap_unsafe_ops_class.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dclass.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dlayout_large_align_field.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dclass_1_0.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dderive-hash-struct-with-incomplete-array.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dzero-sized-array.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dissue-643-inner-struct.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dincomplete-array-padding.rs103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dlayout_align.rs103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dclass.rs17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
/third_party/rust/crates/cxx/src/
Drust_vec.rs56 pub fn as_ptr(&self) -> *const T { in as_ptr() method
Dcxx_string.rs134 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs973 pub fn as_ptr(&self) -> *const libc::sockaddr_un { in as_ptr() method
1104 fn as_ptr(&self) -> *const libc::sockaddr { in as_ptr() method
1214 fn as_ptr(&self) -> *const libc::sockaddr { in as_ptr() method

123