Searched refs:GetFailureReporter (Results 1 – 2 of 2) sorted by relevance
236 GTEST_API_ FailureReporterInterface* GetFailureReporter();246 GetFailureReporter()->ReportFailure(FailureReporterInterface::kFatal, file, in Assert()259 GetFailureReporter()->ReportFailure(FailureReporterInterface::kNonfatal, in Expect()
117 GTEST_API_ FailureReporterInterface* GetFailureReporter() { in GetFailureReporter() function