Home
last modified time | relevance | path

Searched defs:MessageError (Results 1 – 11 of 11) sorted by relevance

/external/rust/android-crates-io/crates/criterion/src/
Dconnection.rs10 pub enum MessageError { enum
15 impl From<ciborium::de::Error<std::io::Error>> for MessageError { implementation
20 impl From<ciborium::ser::Error<std::io::Error>> for MessageError { implementation
25 impl From<std::io::Error> for MessageError { implementation
30 impl std::fmt::Display for MessageError { implementation
51 impl std::error::Error for MessageError { implementation
121 pub fn recv(&mut self) -> Result<IncomingMessage, MessageError> { in recv() argument
131 pub fn send(&mut self, message: &OutgoingMessage) -> Result<(), MessageError> { in send() argument
156 pub fn recv(&self) -> Result<IncomingMessage, MessageError> { in recv() argument
160 pub fn send(&self, message: &OutgoingMessage) -> Result<(), MessageError> { in send() argument
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dwrapper.rs11 pub struct MessageError<M>(pub M); struct
13 impl<M> Debug for MessageError<M> implementation
22 impl<M> Display for MessageError<M> implementation
31 impl<M> StdError for MessageError<M> where M: Display + Debug + 'static {} implementation
/external/rust/android-crates-io/crates/anyhow/src/
Dwrapper.rs11 pub struct MessageError<M>(pub M); struct
13 impl<M> Debug for MessageError<M> implementation
22 impl<M> Display for MessageError<M> implementation
31 impl<M> StdError for MessageError<M> where M: Display + Debug + 'static {} implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dwrapper.rs11 pub struct MessageError<M>(pub M); struct
13 impl<M> Debug for MessageError<M> implementation
22 impl<M> Display for MessageError<M> implementation
31 impl<M> StdError for MessageError<M> where M: Display + Debug + 'static {} implementation
/external/rust/android-crates-io/crates/miette/src/eyreish/
Dwrapper.rs13 pub(crate) struct MessageError<M>(pub(crate) M); struct
38 impl<M> Debug for MessageError<M> implementation
47 impl<M> Display for MessageError<M> implementation
56 impl<M> StdError for MessageError<M> where M: Display + Debug + 'static {} implementation
57 impl<M> Diagnostic for MessageError<M> where M: Display + Debug + 'static {} implementation
/external/python/cpython3/Lib/email/
Derrors.py8 class MessageError(Exception): class
/external/cronet/stable/third_party/protobuf/objectivec/
DGPBMessage.m117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
/external/cronet/tot/third_party/protobuf/objectivec/
DGPBMessage.m117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
/external/protobuf/objectivec/
DGPBMessage.m117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp259 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError() function in CExtractCallbackImp
/external/rust/android-crates-io/crates/quiche/src/h3/
Dmod.rs418 MessageError, enumerator