Home
last modified time | relevance | path

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

/external/rust/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/rust/crates/anyhow/src/
Dwrapper.rs8 pub struct MessageError<M>(pub M); struct
10 impl<M> Debug for MessageError<M> implementation
19 impl<M> Display for MessageError<M> implementation
28 impl<M> StdError for MessageError<M> where M: Display + Debug + 'static {} implementation
/external/python/cpython2/Lib/email/
Derrors.py9 class MessageError(Exception): class
/external/python/cpython3/Lib/email/
Derrors.py8 class MessageError(Exception): class
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp242 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError() function in CExtractCallbackImp
248 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError() function in CExtractCallbackImp
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp378 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
/external/cronet/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/rust/crates/quiche/src/h3/
Dmod.rs418 MessageError, enumerator