Home
last modified time | relevance | path

Searched refs:ReportContext (Results 1 – 12 of 12) sorted by relevance

/third_party/benchmark/test/
Dbenchmark_min_time_flag_iters_test.cc16 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anonaf4866660111::TestReporter
17 return ConsoleReporter::ReportContext(context); in ReportContext()
Dbenchmark_min_time_flag_time_test.cc22 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon1ddff04e0111::TestReporter
23 return ConsoleReporter::ReportContext(context); in ReportContext()
Dspec_arg_test.cc20 bool ReportContext(const Context& context) override { in ReportContext() function in __anon8bab5eef0111::TestReporter
21 return ConsoleReporter::ReportContext(context); in ReportContext()
Dfilter_test.cc17 bool ReportContext(const Context& context) override { in ReportContext() function in __anon2e26d1310111::TestReporter
18 return ConsoleReporter::ReportContext(context); in ReportContext()
Dskip_with_error_test.cc13 bool ReportContext(const Context& context) override { in ReportContext() function in __anon0e9191660111::TestReporter
14 return ConsoleReporter::ReportContext(context); in ReportContext()
Dbenchmark_random_interleaving_gtest.cc41 bool ReportContext(const Context& /*context*/) override { return true; } in ReportContext() function in benchmark::internal::__anon9146ce240111::NullReporter
Doutput_test_helper.cc146 bool ReportContext(const Context& context) override { in ReportContext() function in internal::__anone9c78d5b0111::TestReporter
150 bool new_ret = rep->ReportContext(context); in ReportContext()
/third_party/benchmark/src/
Dcsv_reporter.cc56 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
Dconsole_reporter.cc37 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
Dbenchmark.cc374 if (display_reporter->ReportContext(context) && in RunBenchmarks()
375 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
Djson_reporter.cc110 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
/third_party/benchmark/include/benchmark/
Dbenchmark.h1835 virtual bool ReportContext(const Context& context) = 0;
1900 bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;
1916 bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;
1931 bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;