Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs22 fn is_readable(&self) -> bool; in is_readable() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs37 pub const fn is_readable(self) -> bool { in is_readable() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs148 fn is_readable(&self) -> bool { in is_readable() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs140 fn is_readable(&self) -> bool { in is_readable() method
H A Dkqueue.rs253 fn is_readable(&self) -> bool { in is_readable() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs75 pub fn is_readable(self) -> bool { in is_readable() method