Home
last modified time | relevance | path

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

/external/rust/cxx/src/
Drust_vec.rs13 pub struct RustVec<T> { struct
18 impl<T> RustVec<T> { argument
28 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant
40 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant
72 impl RustVec<RustString> { impl
98 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
106 impl<T> Drop for RustVec<T> { implementation
/external/rust/cxx/syntax/
Dinstantiate.rs9 RustVec(NamedImplKey<'a>), enumerator
Dmod.rs211 RustVec(Box<Ty1>), enumerator