Home
last modified time | relevance | path

Searched defs:into_ptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/
Dref_cnt.rs49 fn into_ptr(me: Self) -> *mut Self::Base; in into_ptr() method
92 fn into_ptr(me: Arc<T>) -> *mut T { in into_ptr() method
127 fn into_ptr(me: Rc<T>) -> *mut T { in into_ptr() method
162 fn into_ptr(me: Option<T>) -> *mut T::Base { in into_ptr() method
Dweak.rs16 fn into_ptr(me: Self) -> *mut T { in into_ptr() method
41 fn into_ptr(me: Self) -> *mut T { in into_ptr() method