Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs30 fn string_push(this: Pin<&mut CxxString>, ptr: *const u8, len: usize); in string_push() functions
206 unsafe { string_push(self, bytes.as_ptr(), bytes.len()) } in push_bytes()

Completed in 1 milliseconds