Searched defs:MessageError (Results 1 – 9 of 9) sorted by relevance
| /external/rust/crates/criterion/src/ |
| D | connection.rs | 10 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/ |
| D | wrapper.rs | 8 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/ |
| 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/cronet/third_party/protobuf/objectivec/ |
| D | GPBMessage.m | 117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
|
| /external/protobuf/objectivec/ |
| D | GPBMessage.m | 117 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
|
| /external/rust/crates/quiche/src/h3/ |
| D | mod.rs | 418 MessageError, enumerator
|