Home
last modified time | relevance | path

Searched defs:r_len (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs82 r_len: usize, field
153 r_len: usize, field
275 r_len: usize, field
343 r_len: usize, field
385 r_len: usize, field
429 r_len: usize, field
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dasync_source.rs188 let r_len = match ret { localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs192 let r_len = cmp::min(rem.len(), buf.remaining()); in poll_read() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs1173 let r_len = match ret { in poll_recv() localVariable