Searched refs:push_bytes (Results 1 – 2 of 2) sorted by relevance
201 self.push_bytes(s.as_bytes()); in push_str()205 pub fn push_bytes(self: Pin<&mut Self>, bytes: &[u8]) { in push_bytes() method
122 self.0.as_mut().push_bytes(buf);