| /third_party/rust/crates/foreign-types/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
|
| /third_party/rust/crates/rust-openssl/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
|
| D | hash.rs | 171 pub fn as_ptr(&self) -> *const ffi::EVP_MD { in as_ptr() method
|
| D | stack.rs | 117 fn as_ptr(&self) -> *mut T::StackType { in as_ptr() method
|
| /third_party/rust/crates/rustix/src/ |
| D | utils.rs | 4 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/ |
| D | zero-size-array-align.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | derive-hash-struct-with-incomplete-array.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | zero-sized-array.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | issue-643-inner-struct.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | incomplete-array-padding.rs | 103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | layout_align.rs | 103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | wrap_unsafe_ops_class.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | class.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | layout_large_align_field.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | class_1_0.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| D | derive-hash-struct-with-incomplete-array.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | zero-sized-array.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | issue-643-inner-struct.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | incomplete-array-padding.rs | 103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | layout_align.rs | 103 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | class.rs | 17 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| /third_party/rust/crates/cxx/src/ |
| D | rust_vec.rs | 56 pub fn as_ptr(&self) -> *const T { in as_ptr() method
|
| D | cxx_string.rs | 134 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | addr.rs | 973 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
|