Searched defs:ReportFailure (Results 1 – 4 of 4) sorted by relevance
/third_party/googletest/googlemock/src/ | ||
D | gmock-internal-utils.cc | 102 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure() function in testing::internal::GoogleTestFailureReporter |
/third_party/protobuf/conformance/ | ||
D | conformance_test.cc | 189 void ConformanceTestSuite::ReportFailure(const string& test_name, in ReportFailure() function in google::protobuf::ConformanceTestSuite |
/third_party/protobuf/src/google/protobuf/util/internal/ | ||
D | json_stream_parser.cc | 828 util::Status JsonStreamParser::ReportFailure(StringPiece message) { in ReportFailure() function in google::protobuf::util::converter::JsonStreamParser |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ | ||
D | stylo.hpp | 63500 enum FailureBehavior { DontReportFailure = false, ReportFailure = true }; enumerator |