Home
last modified time | relevance | path

Searched refs:copy_to_bytes (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/bytes/tests/
Dtest_buf.rs109 let bytes = buf.copy_to_bytes(5); in copy_to_bytes_less()
119 let _bytes = buf.copy_to_bytes(12); in copy_to_bytes_overflow()
Dtest_chain.rs12 let res = a.chain(b).copy_to_bytes(10); in collect_two_bufs()
/external/rust/crates/bytes/src/buf/
Dbuf_impl.rs813 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
1004 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes {
1005 (**self).copy_to_bytes(len)
/external/rust/crates/bytes/
DCHANGELOG.md26 - `Buf::copy_to_bytes(len)` replaces `Buf::into_bytes()` (#439).
/external/rust/crates/bytes/src/
Dbytes.rs551 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
Dbytes_mut.rs964 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method