Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-internal-utils.cc102 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure() function in testing::internal::GoogleTestFailureReporter
/third_party/protobuf/conformance/
Dconformance_test.cc189 void ConformanceTestSuite::ReportFailure(const string& test_name, in ReportFailure() function in google::protobuf::ConformanceTestSuite
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc828 util::Status JsonStreamParser::ReportFailure(StringPiece message) { in ReportFailure() function in google::protobuf::util::converter::JsonStreamParser
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp63500 enum FailureBehavior { DontReportFailure = false, ReportFailure = true }; enumerator