Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Dcxx_string.rs28 fn string_reserve_total(this: Pin<&mut CxxString>, new_cap: usize); in string_reserve_total() function
196 unsafe { string_reserve_total(self, new_cap) } in reserve()
/third_party/rust/crates/cxx/src/symbols/
Drust_string.rs109 unsafe extern "C" fn string_reserve_total(this: &mut String, new_cap: usize) { in string_reserve_total() function