Home
last modified time | relevance | path

Searched defs:WeakPtrTarget (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dweak_ptr.rs99 pub unsafe trait WeakPtrTarget { trait
116 unsafe impl WeakPtrTarget for $ty { impl
H A Dshared_ptr.rs72 pub fn downgrade(self: &SharedPtr<T>) -> WeakPtr<T> in downgrade()
/aosp_15_r20/external/rust/cxx/src/
Dweak_ptr.rs99 pub unsafe trait WeakPtrTarget { trait
116 unsafe impl WeakPtrTarget for $ty { impl
Dshared_ptr.rs72 pub fn downgrade(self: &SharedPtr<T>) -> WeakPtr<T> in downgrade()