Home
last modified time | relevance | path

Searched refs:from_mut (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Drust_vec.rs32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() functions
91 Self::from_mut(unsafe { &mut *(v as *mut Vec<String> as *mut Vec<RustString>) }) in from_mut_vec_string()
H A Drust_string.rs23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() functions
H A Drust_slice.rs20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() functions
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs549 true => quote_spanned!(span=> ::cxx::private::RustString::from_mut(#var)), in expand_cxx_function_shim()
557 true => quote_spanned!(span=> ::cxx::private::RustVec::from_mut(#var)), in expand_cxx_function_shim()
583 true => quote_spanned!(span=> ::cxx::private::RustSlice::from_mut(#var)), in expand_cxx_function_shim()
1067 true => Some(quote_spanned!(span=> ::cxx::private::RustString::from_mut)), in expand_rust_function_shim_impl()
1075 true => Some(quote_spanned!(span=> ::cxx::private::RustVec::from_mut)), in expand_rust_function_shim_impl()
1082 true => Some(quote_spanned!(span=> ::cxx::private::RustSlice::from_mut)), in expand_rust_function_shim_impl()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs745 slice::from_mut(&mut encrypted_key), in seal_open()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs22077 pub use core::slice::{from_mut, from_ref};
[all...]

Completed in 47 milliseconds