Searched refs:ReportContext (Results 1 – 6 of 6) sorted by relevance
70 virtual bool ReportContext(const Context& context) = 0;91 virtual bool ReportContext(const Context& context);102 virtual bool ReportContext(const Context& context);114 virtual bool ReportContext(const Context& context);
17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon8845b0820111::TestReporter18 return ConsoleReporter::ReportContext(context); in ReportContext()
30 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
29 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
53 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
808 if (reporter->ReportContext(context)) { in RunMatchingBenchmarks()