Home
last modified time | relevance | path

Searched refs:from_ref_vec_string (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/cxx/src/
Drust_vec.rs86 pub fn from_ref_vec_string(v: &Vec<String>) -> &Self { in from_ref_vec_string() method
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs552 … false => quote_spanned!(span=> ::cxx::private::RustVec::from_ref_vec_string(#var)), in expand_cxx_function_shim()
1070 false => Some(quote_spanned!(span=> ::cxx::private::RustVec::from_ref_vec_string)), in expand_rust_function_shim_impl()