Searched refs:ErrorText (Results 1 - 7 of 7) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
H A Dservice.py150 def ErrorText(self): member in class:RpcController
171 incorporated into the message returned by ErrorText(). If you find
/external/protobuf/python/google/protobuf/
H A Dservice.py150 def ErrorText(self): member in class:RpcController
171 incorporated into the message returned by ErrorText(). If you find
/external/protobuf/src/google/protobuf/
H A Dservice.h222 virtual string ErrorText() const = 0;
236 // incorporated into the message returned by ErrorText(). If you find
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmserr.c552 // ErrorText is a text holding an english description of error.
553 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) argument
560 va_start(args, ErrorText);
561 vsnprintf(Buffer, MAX_ERROR_MESSAGE_LEN-1, ErrorText, args);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp27 int ourHandler(int ErrorCode, const char *ErrorText) argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h99 CMSAPI void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1175 string ErrorText() const { function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
1176 ADD_FAILURE() << "ErrorText() not expected during this test.";

Completed in 1097 milliseconds