Searched defs:MessageError (Results 1 – 8 of 8) sorted by relevance
| /external/rust/crates/criterion/src/ |
| D | connection.rs | 10 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/ |
| D | wrapper.rs | 5 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/ |
| D | errors.py | 9 class MessageError(Exception): class
|
| /external/python/cpython3/Lib/email/ |
| D | errors.py | 8 class MessageError(Exception): class
|
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | ExtractCallback.cpp | 242 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/ |
| D | ExtractCallbackConsole.cpp | 378 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
|
| /external/protobuf/objectivec/ |
| D | GPBMessage.m | 117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
|
| /external/rust/crates/quiche/src/h3/ |
| D | mod.rs | 358 MessageError, enumerator
|