Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Dcxx_string.rs30 fn string_push(this: Pin<&mut CxxString>, ptr: *const u8, len: usize); in string_push() function
206 unsafe { string_push(self, bytes.as_ptr(), bytes.len()) } in push_bytes()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Dcxx_string.rs30 fn string_push(this: Pin<&mut CxxString>, ptr: *const u8, len: usize); in string_push() function
206 unsafe { string_push(self, bytes.as_ptr(), bytes.len()) } in push_bytes()
/external/rust/cxx/src/
Dcxx_string.rs30 fn string_push(this: Pin<&mut CxxString>, ptr: *const u8, len: usize); in string_push() function
206 unsafe { string_push(self, bytes.as_ptr(), bytes.len()) } in push_bytes()