Searched refs:copy_to_bytes (Results 1 – 6 of 6) sorted by relevance
109 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()
12 let res = a.chain(b).copy_to_bytes(10); in collect_two_bufs()
813 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method1004 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes {1005 (**self).copy_to_bytes(len)
26 - `Buf::copy_to_bytes(len)` replaces `Buf::into_bytes()` (#439).
551 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
964 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method