Home
last modified time | relevance | path

Searched defs:ErrorText (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp30 std::string ErrorText; in reportDoubleNonblocking() local
54 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportMissingWait() local
74 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportUnmatchedWait() local
DMPIBugReporter.h103 std::string ErrorText; variable
/external/protobuf/python/google/protobuf/
Dservice.py150 def ErrorText(self): member in RpcController
/external/nanopb-c/generator/google/protobuf/
Dservice.py150 def ErrorText(self): member in RpcController
/external/pdfium/third_party/lcms/src/
Dcmserr.c365 …SEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) in cmsSignalError()
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp225 StringRef ErrorText = Code; in consumeStringLiteral() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1231 string ErrorText() const { in ErrorText() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController