Home
last modified time | relevance | path

Searched defs:copy_to_bytes (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bytes/src/buf/
Dbuf_impl.rs813 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
/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