Home
last modified time | relevance | path

Searched refs:ErrorText (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dservice.py152 def ErrorText(self): member in RpcController
/third_party/protobuf/src/google/protobuf/
Dservice.h224 virtual std::string ErrorText() const = 0;
/third_party/cups-filters/filter/
Drastertopdf.cpp126 static int lcmsErrorHandler(int ErrorCode, const char *ErrorText) in lcmsErrorHandler() argument
128 fprintf(stderr, "ERROR: %s\n",ErrorText); in lcmsErrorHandler()
133 const char *ErrorText) in lcmsErrorHandler() argument
135 fprintf(stderr, "ERROR: %s\n",ErrorText); in lcmsErrorHandler()
Dpdftoraster.cxx283 static int lcmsErrorHandler(int ErrorCode, const char *ErrorText) in lcmsErrorHandler() argument
285 fprintf(stderr, "ERROR: %s\n",ErrorText); in lcmsErrorHandler()
290 const char *ErrorText) in lcmsErrorHandler() argument
292 fprintf(stderr, "ERROR: %s\n",ErrorText); in lcmsErrorHandler()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1241 std::string ErrorText() const {
1242 ADD_FAILURE() << "ErrorText() not expected during this test.";