Home
last modified time | relevance | path

Searched refs:ReportFailure (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h283 virtual void ReportFailure(FailureType type, const char* file, int line,
298 GetFailureReporter()->ReportFailure(FailureReporterInterface::kFatal,
311 GetFailureReporter()->ReportFailure(FailureReporterInterface::kNonfatal,
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc96 virtual void ReportFailure(FailureType type, const char* file, int line, in ReportFailure() function in testing::internal::GoogleTestFailureReporter