| /external/rust/crates/crossbeam-channel/tests/ |
| D | never.rs | 73 fn try_recv() { in try_recv() function
|
| D | tick.rs | 100 fn try_recv() { in try_recv() function
|
| D | after.rs | 78 fn try_recv() { in try_recv() function
|
| D | zero.rs | 59 fn try_recv() { in try_recv() function
|
| D | list.rs | 71 fn try_recv() { in try_recv() function
|
| D | array.rs | 81 fn try_recv() { in try_recv() function
|
| D | select_macro.rs | 1245 fn try_recv() { in try_recv() function
|
| /external/rust/crates/oneshot-uniffi/tests/ |
| D | loom.rs | 19 fn try_recv() { in try_recv() function
|
| D | sync.rs | 198 fn try_recv() { in try_recv() function
|
| /external/rust/crates/tokio/src/sync/mpsc/ |
| D | chan.rs | 254 macro_rules! try_recv { in recv() macro 297 pub(crate) fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method 303 macro_rules! try_recv { in try_recv() macro
|
| D | unbounded.rs | 215 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
| D | bounded.rs | 273 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
| /external/rust/crates/futures-channel/src/ |
| D | oneshot.rs | 241 fn try_recv(&self) -> Result<Option<T>, Canceled> { in try_recv() method 450 pub fn try_recv(&mut self) -> Result<Option<T>, Canceled> { in try_recv() method
|
| /external/rust/crates/tokio/src/sync/tests/ |
| D | loom_mpsc.rs | 137 fn try_recv() { in try_recv() function
|
| /external/rust/crates/crossbeam-channel/src/flavors/ |
| D | never.rs | 32 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
| D | at.rs | 38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() method
|
| D | tick.rs | 38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() method
|
| D | zero.rs | 276 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
| D | array.rs | 385 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
| D | list.rs | 432 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
| /external/rust/crates/tokio/src/net/unix/datagram/ |
| D | socket.rs | 800 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method
|
| /external/rust/crates/oneshot-uniffi/src/ |
| D | lib.rs | 409 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
| /external/rust/crates/hyper/src/client/ |
| D | dispatch.rs | 177 pub(crate) fn try_recv(&mut self) -> Option<(T, Callback<T, U>)> { in try_recv() method
|
| /external/rust/crates/tokio/src/sync/ |
| D | oneshot.rs | 1000 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
| /external/rust/crates/tokio/src/net/ |
| D | udp.rs | 874 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method
|