Home
last modified time | relevance | path

Searched defs:try_send (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Ddispatch.rs83 pub(crate) fn try_send(&mut self, val: T) -> Result<RetryPromise<T, U>, T> { in try_send() method
124 pub(crate) fn try_send(&mut self, val: T) -> Result<RetryPromise<T, U>, T> { in try_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dzero.rs123 fn try_send() { in try_send() function
Dlist.rs135 fn try_send() { in try_send() function
Darray.rs145 fn try_send() { in try_send() function
Dselect_macro.rs1457 fn try_send() { in try_send() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs139 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Darray.rs306 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dmod.rs109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs143 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dmod.rs109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Darray.rs310 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dlist.rs392 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs143 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Darray.rs310 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dmod.rs109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dlist.rs392 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs143 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dmod.rs109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Darray.rs310 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs139 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Darray.rs306 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
H A Dmod.rs109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dmod.rs492 fn try_send(&mut self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
687 pub fn try_send(&mut self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/datagram/
Dsocket.rs674 pub fn try_send(&self, buf: &[u8]) -> io::Result<usize> { in try_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dzero.rs200 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method

12