/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/ |
D | errors.rs | 11 pub struct SendError<T> { struct 15 unsafe impl<T: Send> Send for SendError<T> {} argument 16 unsafe impl<T: Sync> Sync for SendError<T> {} implementation 18 impl<T> SendError<T> { implementation 57 impl<T> Drop for SendError<T> { implementation 68 impl<T> fmt::Display for SendError<T> { implementation 74 impl<T> fmt::Debug for SendError<T> { implementation 81 impl<T> std::error::Error for SendError<T> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/codec/ |
D | error.rs | 7 pub enum SendError { enum 56 impl error::Error for SendError {} implementation 58 impl fmt::Display for SendError { implementation 67 impl From<io::Error> for SendError { implementation 73 impl From<UserError> for SendError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/ |
D | mod.rs | 153 pub struct SendError { struct 154 kind: SendErrorKind, argument 175 impl fmt::Display for SendError { implementation 185 impl std::error::Error for SendError {} implementation 187 impl SendError { impl 240 pub fn into_send_error(self) -> SendError { in into_send_error() 406 fn poll_ready_nb(&self) -> Poll<Result<(), SendError>> { in poll_ready_nb() argument 616 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() argument 700 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() argument 716 pub fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/ |
D | err.rs | 12 pub struct SendError<T>(pub T); struct 118 impl<T> fmt::Debug for SendError<T> { implementation 124 impl<T> fmt::Display for SendError<T> { implementation 130 impl<T: Send> error::Error for SendError<T> {} implementation 132 impl<T> SendError<T> { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/ |
D | error.rs | 8 pub struct SendError<T>(pub T); struct 10 impl<T> fmt::Debug for SendError<T> { implementation 16 impl<T> fmt::Display for SendError<T> { implementation 22 impl<T> Error for SendError<T> {} implementation
|
D | bounded.rs | 1107 pub async fn reserve(&self) -> Result<Permit<'_, T>, SendError<()>> { in reserve() argument 1168 pub async fn reserve_many(&self, n: usize) -> Result<PermitIterator<'_, T>, SendError<()>> { in reserve_many() argument 1256 pub async fn reserve_owned(self) -> Result<OwnedPermit<T>, SendError<()>> { in reserve_owned() argument 1263 async fn reserve_inner(&self, n: usize) -> Result<(), SendError<()>> { in reserve_inner() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 414 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct 1097 impl<T> fmt::Debug for SendError<T> { implementation 1104 impl<T> fmt::Display for SendError<T> { implementation 1111 impl<T> error::Error for SendError<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 414 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct 1097 impl<T> fmt::Debug for SendError<T> { implementation 1104 impl<T> fmt::Display for SendError<T> { implementation 1111 impl<T> error::Error for SendError<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 414 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct 1097 impl<T> fmt::Debug for SendError<T> { implementation 1104 impl<T> fmt::Display for SendError<T> { implementation 1111 impl<T> error::Error for SendError<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 414 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct 1097 impl<T> fmt::Debug for SendError<T> { implementation 1104 impl<T> fmt::Display for SendError<T> { implementation 1111 impl<T> error::Error for SendError<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 414 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct 1097 impl<T> fmt::Debug for SendError<T> { implementation 1104 impl<T> fmt::Display for SendError<T> { implementation 1111 impl<T> error::Error for SendError<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | watch.rs | 288 pub struct SendError<T>(pub T); struct 292 impl<T> fmt::Debug for SendError<T> { implementation 298 impl<T> fmt::Display for SendError<T> { implementation 304 impl<T> Error for SendError<T> {} implementation
|
D | broadcast.rs | 227 pub struct SendError<T>(pub T); struct 229 impl<T> fmt::Display for SendError<T> { implementation 235 impl<T: fmt::Debug> std::error::Error for SendError<T> {} implementation
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | icmp6.cpp | 84 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError() function in ot::Ip6::Icmp 96 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError() function in ot::Ip6::Icmp
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | indication_handler.rs | 30 SendError(SendError), enumerator 53 send_packet: impl FnOnce(att::Att) -> Result<(), SendError>, in send() argument
|
D | att_server_bearer.rs | 41 pub enum SendError { enum 199 fn try_send_packet(&self, packet: att::Att) -> Result<(), SendError> { in try_send_packet() argument
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/network_proxy/ |
H A D | server.cc | 104 void NetworkProxyServer::SendError(int saved_errno) { in SendError() function in sandbox2::NetworkProxyServer
|
/aosp_15_r20/external/skia/tools/skiaserve/ |
H A D | Response.cpp | 55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() function
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | dm_user_block_server.cpp | 93 void DmUserBlockServer::SendError() { in SendError() function in android::snapshot::DmUserBlockServer
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | error.rs | 87 impl From<Error> for SendError { implementation
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/ |
D | stateful.rs | 302 SendError, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/ |
D | client.rs | 1573 ) -> Result<Headers, SendError> { in convert_send_message() argument
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | mdns_client_unittest.cc | 1462 TEST_F(MDnsConnectionSendTest, SendError) { in TEST_F() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | streams.rs | 223 ) -> Result<(StreamRef<B>, bool), SendError> { in send_request() argument
|