Home
last modified time | relevance | path

Searched defs:TryRecvError (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Derr.rs60 pub enum TryRecvError { enum
290 impl fmt::Display for TryRecvError { implementation
299 impl error::Error for TryRecvError {} implementation
301 impl From<RecvError> for TryRecvError { implementation
302 fn from(err: RecvError) -> TryRecvError { in from()
309 impl TryRecvError { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs434 pub enum TryRecvError { enum
789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
1179 impl fmt::Display for TryRecvError { implementation
1189 impl error::Error for TryRecvError { implementation
1200 impl From<RecvError> for TryRecvError { implementation
1206 fn from(err: RecvError) -> TryRecvError { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs434 pub enum TryRecvError { enum
789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
1179 impl fmt::Display for TryRecvError { implementation
1189 impl error::Error for TryRecvError { implementation
1200 impl From<RecvError> for TryRecvError { implementation
1206 fn from(err: RecvError) -> TryRecvError { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs434 pub enum TryRecvError { enum
789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
1179 impl fmt::Display for TryRecvError { implementation
1189 impl error::Error for TryRecvError { implementation
1200 impl From<RecvError> for TryRecvError { implementation
1206 fn from(err: RecvError) -> TryRecvError { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs434 pub enum TryRecvError { enum
789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
1179 impl fmt::Display for TryRecvError { implementation
1189 impl error::Error for TryRecvError { implementation
1200 impl From<RecvError> for TryRecvError { implementation
1206 fn from(err: RecvError) -> TryRecvError { in from()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs434 pub enum TryRecvError { enum
789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
1179 impl fmt::Display for TryRecvError { implementation
1189 impl error::Error for TryRecvError { implementation
1200 impl From<RecvError> for TryRecvError { implementation
1206 fn from(err: RecvError) -> TryRecvError { in from()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Derror.rs83 pub enum TryRecvError { enum
92 impl fmt::Display for TryRecvError { implementation
101 impl Error for TryRecvError {} implementation
Dunbounded.rs286 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/
Derrors.rs102 pub enum TryRecvError { enum
111 impl fmt::Display for TryRecvError { implementation
122 impl std::error::Error for TryRecvError {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dmod.rs171 pub struct TryRecvError { struct
172 _priv: (),
245 impl fmt::Debug for TryRecvError { implementation
251 impl fmt::Display for TryRecvError { implementation
257 impl std::error::Error for TryRecvError {} implementation
1000 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() argument
1168 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dbroadcast.rs270 pub enum TryRecvError { enum
289 impl fmt::Display for TryRecvError { implementation
299 impl std::error::Error for TryRecvError {} implementation
1057 ) -> Result<RecvGuard<'_, T>, TryRecvError> { in recv_ref() argument
1309 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
Doneshot.rs345 pub enum TryRecvError { enum
365 impl fmt::Display for TryRecvError { implementation
374 impl std::error::Error for TryRecvError {} implementation
1001 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dnever.rs32 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
Dat.rs38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() argument
Dtick.rs38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
H A Darray.rs360 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
H A Dmod.rs287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
H A Darray.rs364 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
H A Dmod.rs287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
H A Dmod.rs287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument

12