Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Drust_vec.rs14 pub struct RustVec<T> { struct
19 impl<T> RustVec<T> { argument
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
/third_party/rust/crates/cxx/syntax/
Dinstantiate.rs9 RustVec(NamedImplKey<'a>), enumerator
Dmod.rs229 RustVec(Box<Ty1>), enumerator