Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs28 fn string_reserve_total(this: Pin<&mut CxxString>, new_cap: usize); in string_reserve_total() functions
196 unsafe { string_reserve_total(self, new_cap) } in reserve()

Completed in 2 milliseconds