Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/io/util/
Dread_to_end.rs1 use crate::io::util::vec_with_initialized::{into_read_buf_parts, VecU8, VecWithInitialized};
82 let read_buf_parts = into_read_buf_parts(read_buf); in poll_read_to_end()
Dvec_with_initialized.rs126 pub(crate) fn into_read_buf_parts(rb: ReadBuf<'_>) -> ReadBufParts { in into_read_buf_parts() function