Home
last modified time | relevance | path

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

/external/rust/cxx/src/
Drust_vec.rs101 pub fn as_mut_vec_string(&mut self) -> &mut Vec<String> { in as_mut_vec_string() method
/external/rust/cxx/macro/src/
Dexpand.rs650 true => quote_spanned!(span=> #call.as_mut_vec_string()), in expand_cxx_function_shim()
956 quote_spanned!(span=> ::std::mem::take((*#var).as_mut_vec_string())) in expand_rust_function_shim_impl()
969 true => quote_spanned!(span=> #var.as_mut_vec_string()), in expand_rust_function_shim_impl()