Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 – 25 of 166) sorted by relevance

1234567

/external/perfetto/src/trace_processor/types/
Dtask_state_unittests.cc27 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
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs8 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 …]
/external/rust/android-crates-io/crates/intrusive-collections/src/
Dpointer_ops.rs40 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 …]
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Dglobal_ref.rs50 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
Djstaticfieldid.rs39 pub unsafe fn from_raw(raw: jfieldID) -> Self { in from_raw() method
Djstaticmethodid.rs39 pub unsafe fn from_raw(raw: jmethodID) -> Self { in from_raw() method
Djmethodid.rs39 pub unsafe fn from_raw(raw: jmethodID) -> Self { in from_raw() method
Djfieldid.rs39 pub unsafe fn from_raw(raw: jfieldID) -> Self { in from_raw() method
Djobject.rs34 pub unsafe fn from_raw(raw: jobject) -> Self { in from_raw() method
Djstring.rs44 pub unsafe fn from_raw(raw: jstring) -> Self { in from_raw() method
Djclass.rs45 pub unsafe fn from_raw(raw: jclass) -> Self { in from_raw() method
Djthrowable.rs44 pub unsafe fn from_raw(raw: jthrowable) -> Self { in from_raw() method
Djbytebuffer.rs41 pub unsafe fn from_raw(raw: jobject) -> Self { in from_raw() method
/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dglobal_ref.rs65 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
Djfieldid.rs39 pub unsafe fn from_raw(raw: jfieldID) -> Self { in from_raw() method
Djstaticmethodid.rs39 pub unsafe fn from_raw(raw: jmethodID) -> Self { in from_raw() method
Djstaticfieldid.rs39 pub unsafe fn from_raw(raw: jfieldID) -> Self { in from_raw() method
Djmethodid.rs39 pub unsafe fn from_raw(raw: jmethodID) -> Self { in from_raw() method
/external/rust/android-crates-io/crates/rustix/src/
Dugid.rs34 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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_test_enum.rs41 fn from_raw(raw: Self::Raw) -> Self { in from_raw() method
86 fn from_raw(raw: Self::Raw) -> Self { in from_raw() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_test_enum.rs41 fn from_raw(raw: Self::Raw) -> Self { in from_raw() method
86 fn from_raw(raw: Self::Raw) -> Self { in from_raw() method
/external/rust/crates/openssl/src/
Dex_data.rs24 pub unsafe fn from_raw(idx: c_int) -> Index<T, U> { in from_raw() method
Docsp.rs52 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
/external/rust/android-crates-io/crates/crossbeam-utils/src/sync/
Dparker.rs202 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
/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dmod.rs352 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

1234567