Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dconnection.rs10 pub enum MessageError { enum
14 impl From<serde_cbor::Error> for MessageError { implementation
19 impl From<std::io::Error> for MessageError { implementation
24 impl std::fmt::Display for MessageError { implementation
40 impl std::error::Error for MessageError { implementation
106 pub fn recv(&mut self) -> Result<IncomingMessage, MessageError> { in recv() argument
116 pub fn send(&mut self, message: &OutgoingMessage) -> Result<(), MessageError> { in send() argument
141 pub fn recv(&self) -> Result<IncomingMessage, MessageError> { in recv() argument
145 pub fn send(&self, message: &OutgoingMessage) -> Result<(), MessageError> { in send() argument
152 ) -> Result<(), MessageError> { in serve_value_formatter() argument
/external/rust/crates/anyhow/src/
Dwrapper.rs5 pub struct MessageError<M>(pub M); struct
7 impl<M> Debug for MessageError<M> implementation
16 impl<M> Display for MessageError<M> implementation
25 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/protobuf/objectivec/
DGPBMessage.m117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function