Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_buf_read.rs47 fn consume(self: Pin<&mut Self>, amt: usize); in consume() method
56 fn consume(mut self: Pin<&mut Self>, amt: usize) { in consume() method
67 fn consume(mut self: Pin<&mut Self>, amt: usize) { in consume() method
82 fn consume(self: Pin<&mut Self>, amt: usize) { in consume() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dsum.rs37 fn consume(&self, par_iter: P) -> Self::Output { in consume() function
Dfor_each.rs42 fn consume(&self, par_iter: P) -> Self::Output { in consume() function
Dmod.rs128 fn consume(&self, par_iter: P) -> Self::Output; in consume() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
Dasync_buf_writer.rs324 fn consume(self: Pin<&mut Self>, amt: usize) { in consume() method
Dasync_buf_reader.rs214 fn consume(self: Pin<&mut Self>, amt: usize) { in consume() method