Home
last modified time | relevance | path

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

/external/rust/crates/futures-task/src/
Dfuture_obj.rs158 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a); in into_raw() method
185 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
194 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
205 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
214 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
229 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
239 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
249 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
262 fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function
274 fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method
[all …]
/external/rust/crates/intrusive-collections/src/
Dpointer_ops.rs42 fn into_raw(&self, ptr: Self::Pointer) -> *const Self::Value; in into_raw() method
82 fn into_raw(&self, ptr: &'a T) -> *const T { in into_raw() method
97 fn into_raw(&self, ptr: UnsafeRef<T>) -> *const T { in into_raw() method
113 fn into_raw(&self, ptr: Box<T>) -> *const T { in into_raw() method
129 fn into_raw(&self, ptr: Rc<T>) -> *const T { in into_raw() method
145 fn into_raw(&self, ptr: Arc<T>) -> *const T { in into_raw() method
Dunsafe_ref.rs43 pub fn into_raw(ptr: Self) -> *mut T { in into_raw() method
/external/rust/crates/crossbeam-utils/src/sync/
Dparker.rs179 pub fn into_raw(this: Parker) -> *const () { in into_raw() method
262 pub fn into_raw(this: Unparker) -> *const () { in into_raw() method
/external/rust/crates/libloading/src/os/unix/
Dmod.rs299 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
369 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
/external/rust/crates/libloading/src/os/windows/
Dmod.rs260 pub fn into_raw(self) -> HMODULE { in into_raw() method
337 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/
Dlib.rs264 pub unsafe fn into_raw(self) -> imp::Symbol<T> { in into_raw() method
/external/rust/cxx/src/
Dunique_ptr.rs91 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/
Dstatement.rs709 pub(crate) unsafe fn into_raw(mut self) -> RawStatement { in into_raw() method