Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:consume
(Results
1 - 7
of
7
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H
A
D
async_buf_read.rs
36
/// [`Self::
consume
`] method to function properly.
47
fn
consume
(self: Pin<&mut Self>, amt: usize);
in poll_fill_buf()
functions
56
fn
consume
(mut self: Pin<&mut Self>, amt: usize) {
in poll_fill_buf()
functions
57
Pin::new(&mut **self).
consume
(amt)
in poll_fill_buf()
67
fn
consume
(mut self: Pin<&mut Self>, amt: usize) {
in poll_fill_buf()
functions
68
Pin::new(&mut **self).
consume
(amt)
in poll_fill_buf()
82
fn
consume
(self: Pin<&mut Self>, amt: usize) {
in poll_fill_buf()
functions
83
self.get_mut().as_mut().
consume
(amt)
in poll_fill_buf()
H
A
D
read_task.rs
316
Pin::new(&mut reader).
consume
(used);
in poll_read_until()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
H
A
D
core.rs
40
AsyncHandle::CurrentThread(_) => Ok(consumer.
consume
(par_iter)),
85
return Ok(consumer.
consume
(par_iter));
91
return Ok(consumer.
consume
(left));
162
return Ok(consumer.
consume
(par_iter));
168
return Ok(consumer.
consume
(left));
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H
A
D
for_each.rs
42
fn
consume
(&self, par_iter: P) -> Self::Output {
in consume()
functions
H
A
D
sum.rs
37
fn
consume
(&self, par_iter: P) -> Self::Output {
in consume()
functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H
A
D
async_buf_writer.rs
324
fn
consume
(self: Pin<&mut Self>, amt: usize) {
in consume()
functions
326
unsafe { Pin::new_unchecked(&mut this.inner).
consume
(amt) }
in consume()
H
A
D
async_buf_reader.rs
194
self.as_mut().
consume
(r_len);
in poll_read()
214
fn
consume
(self: Pin<&mut Self>, amt: usize) {
in consume()
functions
Completed in 4 milliseconds