Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dpool.rs207 pub struct OwnedRef<T, C = DefaultConfig> struct
226 /// [`OwnedRef`] which may be shared freely, essentially turning the `Box` argument
1083 impl<T, C> OwnedRef<T, C> implementation
1106 impl<T, C> std::ops::Deref for OwnedRef<T, C> implementation
1118 impl<T, C> Drop for OwnedRef<T, C> implementation
1146 impl<T, C> fmt::Debug for OwnedRef<T, C> implementation
1156 impl<T, C> PartialEq<T> for OwnedRef<T, C> implementation
1166 unsafe impl<T, C> Sync for OwnedRef<T, C> implementation
1173 unsafe impl<T, C> Send for OwnedRef<T, C> implementation
/aosp_15_r20/external/cronet/base/functional/
H A Dbind.h357 internal::OwnedRefWrapper<std::decay_t<T>> OwnedRef(T&& t) { in OwnedRef() function