Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/cxx/src/
Dshared_ptr.rs184 pub unsafe trait SharedPtrTarget { trait
210 unsafe impl SharedPtrTarget for $ty { impl
Dweak_ptr.rs45 T: SharedPtrTarget, in upgrade()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dshared_ptr.rs184 pub unsafe trait SharedPtrTarget { interface
210 unsafe impl SharedPtrTarget for $ty { impl
H A Dweak_ptr.rs45 T: SharedPtrTarget, in upgrade()