Home
last modified time | relevance | path

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

/external/rust/crates/combine/src/stream/
Dbuf_reader.rs136 fn extend_buf_sync(&mut self, read: &mut R) -> io::Result<usize>; in extend_buf_sync() method
210 fn extend_buf_sync(&mut self, read: &mut R) -> io::Result<usize> { in extend_buf_sync() function
355 fn extend_buf_sync(&mut self, read: &mut BufReader<R>) -> io::Result<usize> { in extend_buf_sync() function
360 fn extend_buf_sync<R>(buf: &mut BytesMut, read: &mut R) -> io::Result<usize> in extend_buf_sync() function