Home
last modified time | relevance | path

Searched defs:put_slice (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bytes/src/buf/
Dbuf_mut.rs226 fn put_slice(&mut self, src: &[u8]) { in put_slice() method
1072 fn put_slice(&mut self, src: &[u8]) { in put_slice() method
/external/rust/crates/tokio/src/io/
Dread_buf.rs252 pub fn put_slice(&mut self, buf: &[u8]) { in put_slice() method
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h326 vpx_codec_put_slice_cb_fn_t put_slice; member
/external/rust/crates/bytes/src/
Dbytes_mut.rs1010 fn put_slice(&mut self, src: &[u8]) { in put_slice() method