Home
last modified time | relevance | path

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

/external/rust/crates/futures-task/src/
Dfuture_obj.rs152 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a); in into_raw() method
179 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
187 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
198 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
206 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
222 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
232 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
242 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
255 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
266 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
[all …]
/external/rust/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 …]
Dunsafe_ref.rs43 pub fn into_raw(ptr: Self) -> *mut T { in into_raw() method
/external/rust/crates/crossbeam-utils/src/sync/
Dparker.rs180 pub fn into_raw(this: Parker) -> *const () { in into_raw() method
264 pub fn into_raw(this: Unparker) -> *const () { in into_raw() method
/external/rust/crates/libloading/src/os/unix/
Dmod.rs297 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
367 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
/external/rust/crates/libloading/src/os/windows/
Dmod.rs258 pub fn into_raw(self) -> HMODULE { in into_raw() method
335 pub fn into_raw(self) -> FARPROC { in into_raw() method
/external/rust/crates/rusqlite/src/util/
Dsqlite_string.rs69 pub(crate) fn into_raw(self) -> *mut c_char { in into_raw() method
/external/rust/crates/libloading/src/
Dsafe.rs221 pub unsafe fn into_raw(self) -> imp::Symbol<T> { in into_raw() method
/external/rust/cxx/src/
Dunique_ptr.rs90 pub fn into_raw(self) -> *mut T { in into_raw() function
/external/rust/crates/tokio/src/park/
Dthread.rs306 fn into_raw(this: Arc<Inner>) -> *const () { in into_raw() method
/external/rust/crates/rusqlite/src/
Dhooks.rs333 fn into_raw(self) -> c_int { in into_raw() method
Dstatement.rs819 pub(crate) unsafe fn into_raw(mut self) -> RawStatement { in into_raw() method