/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 | array.rs | 83 fn try_recv() { in try_recv() function
|
D | zero.rs | 59 fn try_recv() { in try_recv() function
|
D | after.rs | 78 fn try_recv() { in try_recv() function
|
D | list.rs | 70 fn try_recv() { in try_recv() function
|
D | select_macro.rs | 1246 fn try_recv() { in try_recv() function
|
D | mpsc.rs | 84 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
D | golang.rs | 59 fn try_recv(&self) -> Option<T> { in try_recv() method
|
/external/rust/crates/tokio/src/sync/mpsc/ |
D | chan.rs | 228 macro_rules! try_recv { in recv() macro 271 pub(crate) fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method 277 macro_rules! try_recv { in try_recv() macro
|
D | unbounded.rs | 172 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
D | bounded.rs | 230 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 | tick.rs | 38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() method
|
D | at.rs | 43 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 | 391 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
D | list.rs | 430 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
/external/rust/crates/tokio/src/net/unix/datagram/ |
D | socket.rs | 791 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method
|
/external/rust/crates/tokio/src/net/ |
D | udp.rs | 834 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method
|
/external/rust/crates/tokio/src/sync/ |
D | oneshot.rs | 861 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
D | broadcast.rs | 929 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
/external/rust/crates/crossbeam-channel/src/ |
D | channel.rs | 745 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|