| /external/rust/crates/intrusive-collections/src/ |
| D | pointer_ops.rs | 39 unsafe fn from_raw(&self, value: *const Self::Value) -> Self::Pointer; in from_raw() method 77 unsafe fn from_raw(&self, raw: *const T) -> &'a T { in from_raw() method 92 unsafe fn from_raw(&self, raw: *const T) -> UnsafeRef<T> { in from_raw() method 108 unsafe fn from_raw(&self, raw: *const T) -> Box<T> { in from_raw() method 124 unsafe fn from_raw(&self, raw: *const T) -> Rc<T> { in from_raw() method 140 unsafe fn from_raw(&self, raw: *const T) -> Arc<T> { in from_raw() method
|
| D | unsafe_ref.rs | 35 pub unsafe fn from_raw(val: *const T) -> UnsafeRef<T> { in from_raw() method
|
| /external/python/cpython3/Tools/c-analyzer/c_analyzer/common/ |
| D | info.py | 23 def from_raw(cls, raw): member in ID
|
| D | util.py | 188 def from_raw(cls, raw): member in _NTBase
|
| /external/rust/crates/crossbeam-utils/src/sync/ |
| D | parker.rs | 198 pub unsafe fn from_raw(ptr: *const ()) -> Parker { in from_raw() method 283 pub unsafe fn from_raw(ptr: *const ()) -> Unparker { in from_raw() method
|
| /external/rust/crates/tokio/src/runtime/task/ |
| D | mod.rs | 123 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Task<S> { in from_raw() method 214 unsafe fn from_raw(ptr: NonNull<Header>) -> Task<S> { in from_raw() method
|
| D | raw.rs | 52 pub(super) unsafe fn from_raw(ptr: NonNull<Header>) -> RawTask { in from_raw() method
|
| D | harness.rs | 22 pub(super) unsafe fn from_raw(ptr: NonNull<Header>) -> Harness<T, S> { in from_raw() function
|
| /external/rust/crates/tokio/src/runtime/thread_pool/ |
| D | atomic_cell.rs | 38 fn from_raw<T>(val: *mut T) -> Option<Box<T>> { in from_raw() function
|
| /external/rust/crates/nix/src/sys/ |
| D | wait.rs | 183 pub fn from_raw(pid: Pid, status: i32) -> Result<WaitStatus> { in from_raw() method
|
| /external/rust/crates/rusqlite/src/util/ |
| D | sqlite_string.rs | 53 pub(crate) unsafe fn from_raw(ptr: *mut c_char) -> Option<Self> { in from_raw() method
|
| /external/rust/crates/libloading/src/ |
| D | lib.rs | 288 pub unsafe fn from_raw<L>(sym: imp::Symbol<T>, library: &'lib L) -> Symbol<'lib, T> { in from_raw() method
|
| /external/rust/crates/tokio/src/util/ |
| D | linked_list.rs | 56 unsafe fn from_raw(ptr: NonNull<Self::Target>) -> Self::Handle; in from_raw() method 398 unsafe fn from_raw(ptr: NonNull<Entry>) -> Pin<&'a Entry> { in from_raw() method
|
| /external/rust/crates/anyhow/src/ |
| D | ptr.rs | 95 pub fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() function
|
| /external/rust/crates/nix/src/ |
| D | time.rs | 23 pub fn from_raw(clk_id: clockid_t) -> Self { in from_raw() method
|
| D | unistd.rs | 41 pub fn from_raw(uid: uid_t) -> Self { in from_raw() method 90 pub fn from_raw(gid: gid_t) -> Self { in from_raw() method 131 pub fn from_raw(pid: pid_t) -> Self { in from_raw() method
|
| /external/rust/crates/tokio/src/signal/ |
| D | unix.rs | 77 pub fn from_raw(signum: c_int) -> Self { in from_raw() method
|
| /external/rust/cxx/src/ |
| D | unique_ptr.rs | 105 pub unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
|
| /external/rust/crates/tokio-test/src/ |
| D | task.rs | 225 unsafe fn from_raw(raw: *const ()) -> Arc<ThreadWaker> { in from_raw() function
|
| /external/rust/crates/libloading/src/os/unix/ |
| D | mod.rs | 312 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() method
|
| /external/rust/crates/tokio/src/park/ |
| D | thread.rs | 310 unsafe fn from_raw(ptr: *const ()) -> Arc<Inner> { in from_raw() method
|
| /external/rust/crates/tokio/src/sync/ |
| D | notify.rs | 724 unsafe fn from_raw(ptr: NonNull<Waiter>) -> NonNull<Waiter> { in from_raw() method
|
| D | batch_semaphore.rs | 582 unsafe fn from_raw(ptr: NonNull<Waiter>) -> NonNull<Waiter> { in from_raw() method
|
| /external/rust/crates/libloading/src/os/windows/ |
| D | mod.rs | 273 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() method
|
| /external/rust/crates/tokio/src/time/driver/ |
| D | entry.rs | 468 unsafe fn from_raw(ptr: NonNull<Self::Target>) -> Self::Handle { in from_raw() method
|