Searched defs:copy_to_bytes (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/io/ |
D | mod.rs | 13 mod copy_to_bytes; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/buf/ |
D | take.rs | 148 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
|
D | chain.rs | 172 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() function
|
D | buf_impl.rs | 1135 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/ |
H A D | take.rs | 148 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
|
H A D | chain.rs | 172 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() function
|
H A D | buf_impl.rs | 1127 fn copy_to_bytes(&mut self, len: usize) -> crate::Bytes { in copy_to_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/common/ |
D | buf.rs | 75 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/ |
D | collect.rs | 195 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/ |
H A D | bytes.rs | 583 fn copy_to_bytes(&mut self, len: usize) -> Self { in copy_to_bytes() method
|
H A D | bytes_mut.rs | 1073 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/ |
D | bytes_mut.rs | 1166 fn copy_to_bytes(&mut self, len: usize) -> Bytes { in copy_to_bytes() method
|
D | bytes.rs | 723 fn copy_to_bytes(&mut self, len: usize) -> Self { in copy_to_bytes() method
|