Home
last modified time | relevance | path

Searched defs:RustVec (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Drust_vec.rs14 pub struct RustVec<T> { struct
19 impl<T> RustVec<T> { impl
29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant
41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant
77 impl RustVec<RustString> { impl
103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
111 impl<T> Drop for RustVec<T> { implementation
/aosp_15_r20/external/rust/cxx/src/
Drust_vec.rs14 pub struct RustVec<T> { struct
19 impl<T> RustVec<T> { impl
29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant
41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant
77 impl RustVec<RustString> { impl
103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
111 impl<T> Drop for RustVec<T> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dinstantiate.rs9 RustVec(NamedImplKey<'a>), enumerator
H A Dmod.rs266 RustVec(Box<Ty1>), enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dinstantiate.rs9 RustVec(NamedImplKey<'a>), enumerator
H A Dmod.rs266 RustVec(Box<Ty1>), enumerator
/aosp_15_r20/external/rust/cxx/syntax/
Dinstantiate.rs9 RustVec(NamedImplKey<'a>), enumerator
Dmod.rs266 RustVec(Box<Ty1>), enumerator