Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Derrors.py8 class MessageError(Exception): class
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp244 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError() function in CExtractCallbackImp
250 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError() function in CExtractCallbackImp
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp397 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
/third_party/protobuf/objectivec/
DGPBMessage.m115 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function