Searched refs:GetFailureReporter (Results 1 – 2 of 2) sorted by relevance
235 GTEST_API_ FailureReporterInterface* GetFailureReporter();245 GetFailureReporter()->ReportFailure(FailureReporterInterface::kFatal, file, in Assert()258 GetFailureReporter()->ReportFailure(FailureReporterInterface::kNonfatal, in Expect()
116 GTEST_API_ FailureReporterInterface* GetFailureReporter() { in GetFailureReporter() function