/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | node_handle_test.cpp | 243 node_t *const from_ptr = new node_t; in test_move_constructor() local 296 node_t *const from_ptr = new node_t; in test_related_constructor() local 346 node_t *const from_ptr = new node_t; in test_move_assignment() local 416 node_t *const from_ptr = new node_t; in test_move_assignment() local 440 node_t *from_ptr = new node_t; in test_value_key_mapped() local 449 node_t *from_ptr = new node_t; in test_value_key_mapped() local 481 node_t *const from_ptr = new node_t; in test_swap() local 555 node_t *const from_ptr = new node_t; in test_swap() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/ |
D | ref_cnt.rs | 67 unsafe fn from_ptr(ptr: *const Self::Base) -> Self; in from_ptr() method 120 unsafe fn from_ptr(ptr: *const T) -> Arc<T> { in from_ptr() method 155 unsafe fn from_ptr(ptr: *const T) -> Rc<T> { in from_ptr() method 168 unsafe fn from_ptr(ptr: *const T::Base) -> Option<T> { in from_ptr() method
|
D | weak.rs | 23 unsafe fn from_ptr(ptr: *const T) -> Self { in from_ptr() method 48 unsafe fn from_ptr(ptr: *const T) -> Self { in from_ptr() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/foreign-types-shared/src/ |
D | lib.rs | 23 unsafe fn from_ptr(ptr: *mut Self::CType) -> Self; in from_ptr() method 36 unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self { in from_ptr() method
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/libcxxabi/ |
H A D | dynamic_cast.bench.cpp | 48 From* from_ptr = &obj; in DynCast() local 57 Chain<0>* from_ptr = &obj; in StaticCast() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/ |
D | mod.rs | 46 pub unsafe fn from_ptr(ptr: *mut c_void) -> Option<Self> { in from_ptr() method 88 pub unsafe fn from_ptr(ptr: *mut c_void) -> Option<Self> { in from_ptr() method
|
D | strs.rs | 146 pub unsafe fn from_ptr<'ptr>(ptr: *const Char8) -> &'ptr Self { in from_ptr() method 355 pub unsafe fn from_ptr<'ptr>(ptr: *const Char16) -> &'ptr Self { in from_ptr() method
|
/aosp_15_r20/external/rust/crates/uefi/src/data_types/ |
D | mod.rs | 46 pub unsafe fn from_ptr(ptr: *mut c_void) -> Option<Self> { in from_ptr() method 88 pub unsafe fn from_ptr(ptr: *mut c_void) -> Option<Self> { in from_ptr() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | object.rs | 236 pub unsafe fn from_ptr(ptr: NonNull<libbpf_sys::bpf_object>) -> Self { in from_ptr() method 341 pub unsafe fn from_ptr(ptr: NonNull<libbpf_sys::bpf_object>) -> Self { in from_ptr() method
|
D | link.rs | 49 pub unsafe fn from_ptr(ptr: NonNull<libbpf_sys::bpf_link>) -> Self { in from_ptr() method
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | conf.rs | 38 pub unsafe fn from_ptr(ptr: *mut ffi::CONF_METHOD) -> ConfMethod { in from_ptr() method
|
D | bio.rs | 71 pub unsafe fn from_ptr(bio: *mut ffi::BIO) -> MemBio { in from_ptr() method
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/ |
H A D | properties.rs | 25 pub fn from_ptr(mut p: *const T) -> Option<Self> { in from_ptr() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/bin/cstr/ |
D | mod.rs | 13 pub unsafe fn from_ptr(ptr: *const c_char) -> Self { in from_ptr() method
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/strings/ |
D | ffi_str.rs | 87 pub unsafe fn from_ptr<'a>(ptr: *const c_char) -> &'a JNIStr { in from_ptr() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/strings/ |
D | ffi_str.rs | 87 pub unsafe fn from_ptr<'jni_str>(ptr: *const c_char) -> &'jni_str JNIStr { in from_ptr() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/libyaml/ |
D | cstr.rs | 23 pub unsafe fn from_ptr(ptr: NonNull<i8>) -> Self { in from_ptr() method
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/ |
H A D | disk_cache.rs | 22 pub fn from_ptr(cache: *mut disk_cache) -> Option<Self> { in from_ptr() method
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | scoped.rs | 32 pub fn from_ptr(ptr: *mut bssl_sys::EVP_PKEY) -> Self { in from_ptr() method
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | scoped.rs | 32 pub fn from_ptr(ptr: *mut bssl_sys::EVP_PKEY) -> Self { in from_ptr() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() method 1252 pub const unsafe fn from_ptr<'a>(ptr: *mut *mut T) -> &'a AtomicPtr<T> { in from_ptr() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() method 1252 pub const unsafe fn from_ptr<'a>(ptr: *mut *mut T) -> &'a AtomicPtr<T> { in from_ptr() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() method 1253 pub const unsafe fn from_ptr<'a>(ptr: *mut *mut T) -> &'a AtomicPtr<T> { in from_ptr() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() method 1253 pub const unsafe fn from_ptr<'a>(ptr: *mut *mut T) -> &'a AtomicPtr<T> { in from_ptr() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() method 1252 pub const unsafe fn from_ptr<'a>(ptr: *mut *mut T) -> &'a AtomicPtr<T> { in from_ptr() method
|