Home
last modified time | relevance | path

Searched refs:push_bytes (Results 1 – 3 of 3) 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
270 self.as_mut().push_bytes(buf); in write()
/third_party/pulseaudio/src/pulsecore/
Dsink-input.c2120 size_t push_bytes; in restore_render_memblockq() local
2122 push_bytes = block_size; in restore_render_memblockq()
2124 push_bytes = to_push; in restore_render_memblockq()
2126 … if (pa_memblockq_peek_fixed_size(i->thread_info.history_memblockq, push_bytes, &in_chunk) < 0) { in restore_render_memblockq()
2142 pa_memblockq_drop(i->thread_info.history_memblockq, push_bytes); in restore_render_memblockq()
2143 to_push -= push_bytes; in restore_render_memblockq()
/third_party/rust/crates/cxx/book/src/binding/
Dslice.md122 self.0.as_mut().push_bytes(buf);