Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Dbuf_reader.rs132 fn extend_buf_sync(&mut self, read: &mut R) -> io::Result<usize>; in extend_buf_sync() method
206 fn extend_buf_sync(&mut self, read: &mut R) -> io::Result<usize> { in extend_buf_sync() function
351 fn extend_buf_sync(&mut self, read: &mut BufReader<R>) -> io::Result<usize> { in extend_buf_sync() function
356 fn extend_buf_sync<R>(buf: &mut BytesMut, read: &mut R) -> io::Result<usize> in extend_buf_sync() function