Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A 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
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dsum.rs37 fn consume(&self, par_iter: P) -> Self::Output { in consume() function
H A Dfor_each.rs42 fn consume(&self, par_iter: P) -> Self::Output { in consume() function
H A Dmod.rs128 fn consume(&self, par_iter: P) -> Self::Output; in consume() method
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dblock_queue_test.cpp86 auto consume = end - start; in TestImfBlockQueue() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_writer.rs324 fn consume(self: Pin<&mut Self>, amt: usize) { in consume() method
H A Dasync_buf_reader.rs214 fn consume(self: Pin<&mut Self>, amt: usize) { in consume() method