Home
last modified time | relevance | path

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

/external/rust/crates/tokio-util/src/io/
Dmod.rs13 mod copy_to_bytes; module
/external/rust/crates/bytes/src/buf/
Dtake.rs148 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
Dchain.rs174 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() function
Dbuf_impl.rs1103 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
/external/rust/crates/hyper/src/common/
Dbuf.rs75 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
/external/rust/crates/http-body/src/
Dcollect.rs195 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
/external/rust/crates/bytes/src/
Dbytes.rs561 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
Dbytes_mut.rs1077 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method