Home
last modified time | relevance | path

Searched defs:into_raw (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs297 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() functions
367 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() functions
/third_party/rust/crates/libloading/src/
H A Dsafe.rs221 pub unsafe fn into_raw(self) -> imp::Symbol<T> { in into_raw() functions
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs90 pub fn into_raw(self) -> *mut T { in into_raw() functions
/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs258 pub fn into_raw(self) -> HMODULE { in into_raw() functions
335 pub fn into_raw(self) -> FARPROC { in into_raw() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs20273 pub fn into_raw(this: Self) -> *const T { in into_raw() functions
21566 pub fn into_raw(self) -> *const T { into_raw() functions
24044 pub fn into_raw(this: Self) -> *const T { into_raw() functions
24978 pub fn into_raw(self) -> *const T { into_raw() functions
51025 pub fn into_raw(b: Self) -> *mut T { into_raw() functions
[all...]

Completed in 37 milliseconds