/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/ |
D | chan.rs | 300 macro_rules! try_recv { in recv() macro 369 macro_rules! try_recv { in recv_many() macro 428 pub(crate) fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method 434 macro_rules! try_recv { in try_recv() macro
|
D | unbounded.rs | 286 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/ |
D | loom_mpsc.rs | 137 fn try_recv() { in try_recv() function
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
H A D | array.rs | 360 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
H A D | mod.rs | 287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
H A D | array.rs | 364 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
H A D | mod.rs | 287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/datagram/ |
D | socket.rs | 810 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method
|