Home
last modified time | relevance | path

Searched defs:into_raw (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/futures-task/src/
Dfuture_obj.rs153 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a); in into_raw() method
180 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
188 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
199 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
207 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
223 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
233 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
243 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
256 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
267 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Dpointer_ops.rs43 fn into_raw(&self, ptr: Self::Pointer) -> *const Self::Value; in into_raw() method
83 fn into_raw(&self, ptr: &'a T) -> *const T { in into_raw() method
98 fn into_raw(&self, ptr: Pin<&'a T>) -> *const T { in into_raw() method
113 fn into_raw(&self, ptr: UnsafeRef<T>) -> *const T { in into_raw() method
128 fn into_raw(&self, ptr: Pin<UnsafeRef<T>>) -> *const T { in into_raw() method
144 fn into_raw(&self, ptr: Box<T>) -> *const T { in into_raw() method
160 fn into_raw(&self, ptr: Pin<Box<T>>) -> *const T { in into_raw() method
176 fn into_raw(&self, ptr: Rc<T>) -> *const T { in into_raw() method
192 fn into_raw(&self, ptr: Pin<Rc<T>>) -> *const T { in into_raw() method
208 fn into_raw(&self, ptr: Arc<T>) -> *const T { in into_raw() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dprocess.rs301 fn into_raw(self) -> i32; in into_raw() method
326 fn into_raw(self) -> i32 { in into_raw() method
355 fn into_raw(self) -> i32 { in into_raw() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dprocess.rs301 fn into_raw(self) -> i32; in into_raw() method
326 fn into_raw(self) -> i32 { in into_raw() method
355 fn into_raw(self) -> i32 { in into_raw() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dprocess.rs301 fn into_raw(self) -> i32; in into_raw() method
326 fn into_raw(self) -> i32 { in into_raw() method
355 fn into_raw(self) -> i32 { in into_raw() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dprocess.rs301 fn into_raw(self) -> i32; in into_raw() method
326 fn into_raw(self) -> i32 { in into_raw() method
355 fn into_raw(self) -> i32 { in into_raw() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dprocess.rs301 fn into_raw(self) -> i32; in into_raw() method
326 fn into_raw(self) -> i32 { in into_raw() method
355 fn into_raw(self) -> i32 { in into_raw() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/sync/
Dparker.rs183 pub fn into_raw(this: Parker) -> *const () { in into_raw() method
268 pub fn into_raw(this: Unparker) -> *const () { in into_raw() method
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/unix/
Dmod.rs324 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
396 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/windows/
Dmod.rs222 pub fn into_raw(self) -> HMODULE { in into_raw() method
299 pub fn into_raw(self) -> FARPROC { in into_raw() method
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/
Dlib.rs323 pub fn into_raw(self) -> *mut () { in into_raw() method
850 pub fn into_raw(self) -> *mut () { in into_raw() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Djfieldid.rs45 pub fn into_raw(self) -> jfieldID { in into_raw() method
Djmethodid.rs45 pub fn into_raw(self) -> jmethodID { in into_raw() method
Djstaticfieldid.rs45 pub fn into_raw(self) -> jfieldID { in into_raw() method
Djstaticmethodid.rs45 pub fn into_raw(self) -> jmethodID { in into_raw() method
Djobject.rs42 pub fn into_raw(self) -> jobject { in into_raw() method
Djclass.rs50 pub fn into_raw(self) -> jclass { in into_raw() method
Djthrowable.rs49 pub fn into_raw(self) -> jthrowable { in into_raw() method
Djstring.rs49 pub fn into_raw(self) -> jstring { in into_raw() method
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/
Dhandle.rs18 pub fn into_raw(self) -> RawHandle { in into_raw() method
/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/
H A Dlib.rs239 pub fn into_raw(self) -> NonNull<AHardwareBuffer> { in into_raw() method
689 fn into_raw() { in into_raw() function
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Djstaticfieldid.rs45 pub fn into_raw(self) -> jfieldID { in into_raw() method
Djfieldid.rs45 pub fn into_raw(self) -> jfieldID { in into_raw() method
Djmethodid.rs45 pub fn into_raw(self) -> jmethodID { in into_raw() method
Djstaticmethodid.rs45 pub fn into_raw(self) -> jmethodID { in into_raw() method

12345