/external/rust/crates/tokio/src/io/driver/ |
D | interest.rs | 14 pub struct Interest(mio::Interest); struct 16 impl Interest { implementation 74 pub const fn add(self, other: Interest) -> Interest { in add() 79 pub(crate) const fn to_mio(self) -> mio::Interest { in to_mio() 92 impl ops::BitOr for Interest { implementation 101 impl ops::BitOrAssign for Interest { implementation 108 impl fmt::Debug for Interest { implementation
|
D | registration.rs | 71 interest: Interest, in new_with_interest_and_handle() 190 interest: Interest, in try_io()
|
D | mod.rs | 323 interest: Interest, in add_source()
|
/external/rust/crates/mio/src/ |
D | interest.rs | 17 pub struct Interest(NonZeroU8); struct 36 impl Interest { impl 69 pub const fn add(self, other: Interest) -> Interest { in add() 93 pub fn remove(self, other: Interest) -> Option<Interest> { in remove() 118 impl ops::BitOr for Interest { implementation 127 impl ops::BitOrAssign for Interest { implementation 134 impl fmt::Debug for Interest { implementation
|
D | io_source.rs | 141 interests: Interest, in register() 152 interests: Interest, in reregister() 175 interests: Interest, in register() 187 interests: Interest, in reregister()
|
/external/rust/crates/mio/src/event/ |
D | source.rs | 87 interests: Interest, in register() 101 interests: Interest, in reregister() 122 interests: Interest, in register() 131 interests: Interest, in reregister()
|
/external/rust/crates/mio/src/sys/unix/ |
D | sourcefd.rs | 93 interests: Interest, in register() 102 interests: Interest, in reregister()
|
D | pipe.rs | 226 interests: Interest, in register() 235 interests: Interest, in reregister() 323 interests: Interest, in register() 332 interests: Interest, in reregister()
|
/external/rust/crates/mio/src/net/uds/ |
D | listener.rs | 57 interests: Interest, in register() 66 interests: Interest, in reregister()
|
D | datagram.rs | 118 interests: Interest, in register() 127 interests: Interest, in reregister()
|
D | stream.rs | 127 interests: Interest, in register() 136 interests: Interest, in reregister()
|
/external/rust/crates/mio/src/net/tcp/ |
D | listener.rs | 132 interests: Interest, in register() 141 interests: Interest, in reregister()
|
D | stream.rs | 228 interests: Interest, in register() 237 interests: Interest, in reregister()
|
/external/rust/crates/tokio/src/io/ |
D | poll_evented.rs | 113 interest: Interest, in new_with_interest_and_handle()
|
D | async_fd.rs | 195 interest: Interest, in new_with_handle_and_interest() 403 interest: Interest, in readiness_mut()
|
/external/rust/crates/tokio/src/process/unix/ |
D | mod.rs | 196 interest: mio::Interest, in register() 205 interest: mio::Interest, in reregister()
|
/external/rust/crates/mio/src/net/ |
D | udp.rs | 535 interests: Interest, in register() 544 interests: Interest, in reregister()
|
/external/rust/crates/mio/src/sys/windows/ |
D | named_pipe.rs | 363 interest: Interest, in register() 400 interest: Interest, in reregister()
|