Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Dcxx_string.rs201 self.push_bytes(s.as_bytes()); in push_str()
205 pub fn push_bytes(self: Pin<&mut Self>, bytes: &[u8]) { in push_bytes() method
/third_party/rust/crates/cxx/book/src/binding/
Dslice.md122 self.0.as_mut().push_bytes(buf);