Home
last modified time | relevance | path

Searched refs:apply_read_buf (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/io/util/
Dvec_with_initialized.rs95 pub(crate) fn apply_read_buf(&mut self, parts: ReadBufParts) { in apply_read_buf() function
Dread_to_end.rs83 buf.apply_read_buf(read_buf_parts); in poll_read_to_end()