/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/ |
D | dispatch.rs | 83 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/ |
D | zero.rs | 123 fn try_send() { in try_send() function
|
D | list.rs | 135 fn try_send() { in try_send() function
|
D | array.rs | 145 fn try_send() { in try_send() function
|
D | select_macro.rs | 1457 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 D | zero.rs | 139 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | array.rs | 306 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | mod.rs | 109 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 D | zero.rs | 143 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | mod.rs | 109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | array.rs | 310 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | list.rs | 392 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 D | zero.rs | 143 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | array.rs | 310 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | mod.rs | 109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | list.rs | 392 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 D | zero.rs | 143 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | mod.rs | 109 pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | array.rs | 310 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 D | zero.rs | 139 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | array.rs | 306 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|
H A D | mod.rs | 109 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/ |
D | mod.rs | 492 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/ |
D | socket.rs | 674 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/ |
D | zero.rs | 200 pub(crate) fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> { in try_send() method
|