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.rs240 fn put_slice(&mut self, src: &[u8]) { in put_slice() method
1406 fn put_slice(&mut self, src: &[u8]) { in put_slice() method
1481 fn put_slice(&mut self, src: &[u8]) { in put_slice() method
/external/rust/crates/tokio/src/io/
Dread_buf.rs248 pub fn put_slice(&mut self, buf: &[u8]) { in put_slice() method
/external/libvpx/vpx/internal/
Dvpx_codec_internal.h327 vpx_codec_put_slice_cb_fn_t put_slice; member
/external/rust/crates/bytes/src/
Dbytes_mut.rs1122 fn put_slice(&mut self, src: &[u8]) { in put_slice() method