Home
last modified time | relevance | path

Searched refs:RustStr (Results 1 – 3 of 3) sorted by relevance

/external/rust/cxx/src/
Drust_str.rs6 pub struct RustStr { struct
10 impl RustStr { impl
13 RustStr { repr } in from()
21 const_assert_eq!(mem::size_of::<Option<RustStr>>(), mem::size_of::<RustStr>());
Dlib.rs458 pub use crate::rust_str::RustStr;
/external/rust/cxx/macro/src/
Dexpand.rs530 Type::Str(_) => quote!(::cxx::private::RustStr::from(#var)), in expand_cxx_function_shim()
978 Type::Str(_) => Some(quote!(::cxx::private::RustStr::from)), in expand_rust_function_shim_impl()
1634 Type::Str(_) => quote!(::cxx::private::RustStr), in expand_extern_type()