HomeSort by relevance Sort by last modified time
    Searched refs:ErrorText (Results 1 - 8 of 8) sorted by null

  /external/nanopb-c/generator/google/protobuf/
service.py 150 def ErrorText(self):
171 incorporated into the message returned by ErrorText(). If you find
  /external/protobuf/python/google/protobuf/
service.py 150 def ErrorText(self):
171 incorporated into the message returned by ErrorText(). If you find
  /external/protobuf/src/google/protobuf/
service.h 222 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/
cmserr.c 552 // ErrorText is a text holding an english description of error.
553 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...)
560 va_start(args, ErrorText);
561 vsnprintf(Buffer, MAX_ERROR_MESSAGE_LEN-1, ErrorText, args);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 523 RPCRTAPI RPC_STATUS RPC_ENTRY DceErrorInqTextA(RPC_STATUS RpcStatus,RPC_CSTR ErrorText);
524 RPCRTAPI RPC_STATUS RPC_ENTRY DceErrorInqTextW(RPC_STATUS RpcStatus,RPC_WSTR ErrorText);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 27 int ourHandler(int ErrorCode, const char *ErrorText)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 99 CMSAPI void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 199 milliseconds