Searched refs:ReportContext (Results 1 – 10 of 10) sorted by relevance
20 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anonab38c7860111::TestReporter21 return ConsoleReporter::ReportContext(context); in ReportContext()
17 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon154328080111::TestReporter18 return ConsoleReporter::ReportContext(context); in ReportContext()
13 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anona6ce8a1d0111::TestReporter14 return ConsoleReporter::ReportContext(context); in ReportContext()
41 bool ReportContext(const Context& /*context*/) override { return true; } in ReportContext() function in benchmark::internal::__anon40b2d9fb0111::NullReporter
146 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in internal::__anonc230ec520111::TestReporter150 bool new_ret = rep->ReportContext(context); in ReportContext()
55 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
309 if (display_reporter->ReportContext(context) && in RunBenchmarks()310 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
120 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
1621 virtual bool ReportContext(const Context& context) = 0;1680 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;1696 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;1711 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;