Searched defs:read_to_end (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/tokio/tests/ |
D | io_read_to_end.rs | 10 async fn read_to_end() { in read_to_end() function
|
/external/rust/crates/tokio/src/io/util/ |
D | read_to_end.rs | 27 pub(crate) fn read_to_end<'a, R>(reader: &'a mut R, buffer: &'a mut Vec<u8>) -> ReadToEnd<'a, R> in read_to_end() function
|
/external/rust/crates/protobuf/2.27.1/src/ |
D | buf_read_or_reader.rs | 26 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, io::Error> { in read_to_end() method
|
/external/rust/crates/protobuf/src/coded_input_stream/ |
D | buf_read_or_reader.rs | 36 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, io::Error> { in read_to_end() method
|
/external/rust/crates/futures-util/src/io/ |
D | mod.rs | 106 mod read_to_end; module 286 fn read_to_end<'a>(&'a mut self, buf: &'a mut Vec<u8>) -> ReadToEnd<'a, Self> in read_to_end() method
|
D | allow_std.rs | 122 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> io::Result<usize> { in read_to_end() function
|
/external/crosvm/devices/src/virtio/sys/windows/ |
D | net.rs | 164 fn read_to_end(mut r: Reader, buf: &mut [u8]) -> io::Result<usize> { in process_tx() function
|
/external/rust/crates/tokio-util/src/io/ |
D | sync_bridge.rs | 42 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> std::io::Result<usize> { in read_to_end() method
|
/external/rust/crates/grpcio/src/ |
D | buf.rs | 364 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> io::Result<usize> { in read_to_end() method
|
/external/rust/crates/tokio/src/process/ |
D | mod.rs | 1216 async fn read_to_end<A: AsyncRead + Unpin>(io: &mut Option<A>) -> io::Result<Vec<u8>> { in wait_with_output() function
|
/external/rust/crates/either/src/ |
D | lib.rs | 1105 fn read_to_end(&mut self, buf: &mut std::vec::Vec<u8>) -> io::Result<usize> { in read_to_end() function
|