/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | enums.rs | 12 pub const fn as_raw(self) -> i32 { in as_raw() method 46 pub const fn as_raw(self) -> i32 { in as_raw() method 65 pub const fn as_raw(self) -> i32 { in as_raw() method 83 pub const fn as_raw(self) -> i32 { in as_raw() method 102 pub const fn as_raw(self) -> i32 { in as_raw() method 120 pub const fn as_raw(self) -> i32 { in as_raw() method 143 pub const fn as_raw(self) -> i32 { in as_raw() method 161 pub const fn as_raw(self) -> i32 { in as_raw() method 184 pub const fn as_raw(self) -> i32 { in as_raw() method 211 pub const fn as_raw(self) -> i32 { in as_raw() method [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/ |
D | as_raw.rs | 36 fn as_raw(&self) -> *mut T; in as_raw() method 41 fn as_raw(&self) -> *mut T::Base { in as_raw() method 48 fn as_raw(&self) -> *mut T::Base { in as_raw() method 55 fn as_raw(&self) -> *mut T::Base { in as_raw() method 62 fn as_raw(&self) -> *mut T { in as_raw() method 69 fn as_raw(&self) -> *mut T { in as_raw() method
|
/aosp_15_r20/external/rust/crates/rusb/src/ |
D | context.rs | 90 fn as_raw(&self) -> *mut libusb_context; in as_raw() method 253 fn as_raw(&self) -> *mut libusb_context { in as_raw() method 259 fn as_raw(&self) -> *mut libusb_context { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/ |
D | context.rs | 90 fn as_raw(&self) -> *mut libusb_context; in as_raw() method 253 fn as_raw(&self) -> *mut libusb_context { in as_raw() method 259 fn as_raw(&self) -> *mut libusb_context { in as_raw() method
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | ocsp.rs | 57 pub fn as_raw(&self) -> c_int { in as_raw() method 75 pub fn as_raw(&self) -> c_int { in as_raw() method 107 pub fn as_raw(&self) -> c_int { in as_raw() method
|
D | ex_data.rs | 29 pub fn as_raw(&self) -> c_int { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | ugid.rs | 40 pub const fn as_raw(self) -> RawUid { in as_raw() method 67 pub const fn as_raw(self) -> RawGid { in as_raw() method
|
D | pid.rs | 77 pub fn as_raw(pid: Option<Self>) -> RawPid { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/ |
D | wait.rs | 68 pub const fn as_raw(self) -> u32 { in as_raw() method 226 pub const fn as_raw(&self) -> &backend::c::siginfo_t { in as_raw() method
|
D | id.rs | 48 pub const fn as_raw(self) -> RawCpuid { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | mod.rs | 363 pub(super) fn as_raw(&self) -> RawTask { in as_raw() method 521 fn as_raw(handle: &Task<S>) -> NonNull<Header> { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 54 fn as_raw(handle: &Self::Handle) -> NonNull<Self::Target>; in as_raw() method 485 fn as_raw(handle: &Pin<&'_ Entry>) -> NonNull<Entry> { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/ |
D | handle.rs | 43 pub fn as_raw(&self) -> u64 { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 565 pub fn as_raw(&self) -> &RawWaker { in as_raw() method 819 pub fn as_raw(&self) -> &RawWaker { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 565 pub fn as_raw(&self) -> &RawWaker { in as_raw() method 819 pub fn as_raw(&self) -> &RawWaker { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 565 pub fn as_raw(&self) -> &RawWaker { in as_raw() method 819 pub fn as_raw(&self) -> &RawWaker { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 565 pub fn as_raw(&self) -> &RawWaker { in as_raw() method 819 pub fn as_raw(&self) -> &RawWaker { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 565 pub fn as_raw(&self) -> &RawWaker { in as_raw() method 819 pub fn as_raw(&self) -> &RawWaker { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/ |
D | vk.rs | 50 fn as_raw(self) -> u64; in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/experimental/ |
D | amd.rs | 82 pub fn as_raw(self) -> i32 { in as_raw() method 103 pub fn as_raw(self) -> i32 { in as_raw() method 150 pub fn as_raw(self) -> i32 { in as_raw() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jobject.rs | 81 pub fn as_raw(&self) -> jobject { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | error.rs | 27 pub fn as_raw(&self) -> abi::ER { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | error.rs | 27 pub fn as_raw(&self) -> abi::ER { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | error.rs | 27 pub fn as_raw(&self) -> abi::ER { in as_raw() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | error.rs | 27 pub fn as_raw(&self) -> abi::ER { in as_raw() method
|