/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | enums.rs | 8 pub const fn from_raw(x: i32) -> Self { in from_raw() method 42 pub const fn from_raw(x: i32) -> Self { in from_raw() method 61 pub const fn from_raw(x: i32) -> Self { in from_raw() method 79 pub const fn from_raw(x: i32) -> Self { in from_raw() method 98 pub const fn from_raw(x: i32) -> Self { in from_raw() method 116 pub const fn from_raw(x: i32) -> Self { in from_raw() method 139 pub const fn from_raw(x: i32) -> Self { in from_raw() method 157 pub const fn from_raw(x: i32) -> Self { in from_raw() method 180 pub const fn from_raw(x: i32) -> Self { in from_raw() method 207 pub const fn from_raw(x: i32) -> Self { in from_raw() method [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/ |
D | pointer_ops.rs | 40 unsafe fn from_raw(&self, value: *const Self::Value) -> Self::Pointer; in from_raw() method 78 unsafe fn from_raw(&self, raw: *const T) -> &'a T { in from_raw() method 93 unsafe fn from_raw(&self, raw: *const T) -> Pin<&'a T> { in from_raw() method 108 unsafe fn from_raw(&self, raw: *const T) -> UnsafeRef<T> { in from_raw() method 123 unsafe fn from_raw(&self, raw: *const T) -> Pin<UnsafeRef<T>> { in from_raw() method 139 unsafe fn from_raw(&self, raw: *const T) -> Box<T> { in from_raw() method 155 unsafe fn from_raw(&self, raw: *const T) -> Pin<Box<T>> { in from_raw() method 171 unsafe fn from_raw(&self, raw: *const T) -> Rc<T> { in from_raw() method 187 unsafe fn from_raw(&self, raw: *const T) -> Pin<Rc<T>> { in from_raw() method 203 unsafe fn from_raw(&self, raw: *const T) -> Arc<T> { in from_raw() method [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/types/ |
H A D | task_state_unittests.cc | 27 auto from_raw = [](uint16_t raw) { in TEST() local 54 auto from_raw = [](uint16_t raw) { in TEST() local 77 auto from_raw = [](uint16_t raw) { in TEST() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 160 fn from_raw(raw: u32) -> Self; in from_raw() method 165 fn from_raw(raw: u32) -> Self { in from_raw() method 429 fn from_raw(raw: u32) -> Self; in from_raw() method 434 fn from_raw(raw: u32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 160 fn from_raw(raw: u32) -> Self; in from_raw() method 165 fn from_raw(raw: u32) -> Self { in from_raw() method 429 fn from_raw(raw: u32) -> Self; in from_raw() method 434 fn from_raw(raw: u32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 160 fn from_raw(raw: u32) -> Self; in from_raw() method 165 fn from_raw(raw: u32) -> Self { in from_raw() method 442 fn from_raw(raw: u32) -> Self; in from_raw() method 447 fn from_raw(raw: u32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 160 fn from_raw(raw: u32) -> Self; in from_raw() method 165 fn from_raw(raw: u32) -> Self { in from_raw() method 442 fn from_raw(raw: u32) -> Self; in from_raw() method 447 fn from_raw(raw: u32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 160 fn from_raw(raw: u32) -> Self; in from_raw() method 165 fn from_raw(raw: u32) -> Self { in from_raw() method 442 fn from_raw(raw: u32) -> Self; in from_raw() method 447 fn from_raw(raw: u32) -> Self { in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/socket/ |
D | addr.rs | 535 unsafe fn from_raw( in from_raw() method 672 unsafe fn from_raw( in from_raw() method 785 unsafe fn from_raw( in from_raw() method 850 unsafe fn from_raw( in from_raw() method 976 unsafe fn from_raw( in from_raw() method 1106 unsafe fn from_raw( in from_raw() method 1529 unsafe fn from_raw( in from_raw() method 1576 unsafe fn from_raw( in from_raw() method 2014 unsafe fn from_raw( in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | mod.rs | 352 unsafe fn from_raw(ptr: NonNull<Header>) -> Task<S> { in from_raw() method 408 pub(crate) unsafe fn from_raw(ptr: RawTask) -> Notified<S> { in from_raw() method 525 unsafe fn from_raw(ptr: NonNull<Header>) -> Task<S> { in from_raw() method
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | ocsp.rs | 52 pub fn from_raw(raw: c_int) -> OcspResponseStatus { in from_raw() method 70 pub fn from_raw(raw: c_int) -> OcspCertStatus { in from_raw() method 102 pub fn from_raw(raw: c_int) -> OcspRevokedStatus { in from_raw() method
|
D | pkey.rs | 110 pub fn from_raw(value: c_int) -> Id { in from_raw() method 1113 let from_raw = PKey::public_key_from_raw_bytes(&raw, key_type).unwrap(); in test_raw_public_key() localVariable 1129 let from_raw = PKey::private_key_from_raw_bytes(&raw, key_type).unwrap(); in test_raw_private_key() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
D | global_ref.rs | 50 pub(crate) unsafe fn from_raw(vm: JavaVM, raw_global_ref: sys::jobject) -> Self { in from_raw() method 68 unsafe fn from_raw(vm: JavaVM, obj: sys::jobject) -> Self { in from_raw() method
|
D | jfieldid.rs | 39 pub unsafe fn from_raw(raw: jfieldID) -> Self { in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | global_ref.rs | 65 pub(crate) unsafe fn from_raw(vm: JavaVM, raw_global_ref: sys::jobject) -> Self { in from_raw() method 83 unsafe fn from_raw(vm: JavaVM, obj: sys::jobject) -> Self { in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | ugid.rs | 34 pub const unsafe fn from_raw(raw: RawUid) -> Self { in from_raw() method 61 pub const unsafe fn from_raw(raw: RawGid) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/ |
H A D | process.rs | 271 fn from_raw(raw: i32) -> Self; in from_raw() method 306 fn from_raw(raw: i32) -> Self { in from_raw() method 333 fn from_raw(raw: i32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/ |
H A D | process.rs | 271 fn from_raw(raw: i32) -> Self; in from_raw() method 306 fn from_raw(raw: i32) -> Self { in from_raw() method 333 fn from_raw(raw: i32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/ |
H A D | process.rs | 271 fn from_raw(raw: i32) -> Self; in from_raw() method 306 fn from_raw(raw: i32) -> Self { in from_raw() method 333 fn from_raw(raw: i32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/ |
H A D | process.rs | 271 fn from_raw(raw: i32) -> Self; in from_raw() method 306 fn from_raw(raw: i32) -> Self { in from_raw() method 333 fn from_raw(raw: i32) -> Self { in from_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/ |
H A D | process.rs | 271 fn from_raw(raw: i32) -> Self; in from_raw() method 306 fn from_raw(raw: i32) -> Self { in from_raw() method 333 fn from_raw(raw: i32) -> Self { in from_raw() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_test_enum.rs | 41 fn from_raw(raw: Self::Raw) -> Self { in from_raw() method 86 fn from_raw(raw: Self::Raw) -> Self { in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/sync/ |
D | parker.rs | 202 pub unsafe fn from_raw(ptr: *const ()) -> Parker { in from_raw() method 289 pub unsafe fn from_raw(ptr: *const ()) -> Unparker { in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/ |
D | lib.rs | 336 pub unsafe fn from_raw(raw: *mut ()) -> Self { in from_raw() method 863 pub unsafe fn from_raw(raw: *mut ()) -> Self { in from_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 57 unsafe fn from_raw(ptr: NonNull<Self::Target>) -> Self::Handle; in from_raw() method 489 unsafe fn from_raw(ptr: NonNull<Entry>) -> Pin<&'a Entry> { in from_raw() method
|