/third_party/benchmark/test/ |
D | spec_arg_test.cc | 20 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon2325f6020111::TestReporter 21 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon09da87840111::TestReporter 18 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | skip_with_error_test.cc | 13 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon963f15190111::TestReporter 14 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | benchmark_random_interleaving_gtest.cc | 41 bool ReportContext(const Context& /*context*/) override { return true; } in ReportContext() function in benchmark::internal::__anon8cdf6d770111::NullReporter
|
D | output_test_helper.cc | 146 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in internal::__anona4ca884e0111::TestReporter 150 bool new_ret = rep->ReportContext(context); in ReportContext()
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
|
D | benchmark.cc | 424 if (console_reporter->ReportContext(context) && in RunBenchmarks() 425 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
|
/third_party/benchmark/src/ |
D | csv_reporter.cc | 55 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
D | benchmark.cc | 309 if (display_reporter->ReportContext(context) && in RunBenchmarks() 310 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
|
D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 120 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
|
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
D | benchmark.h | 1331 virtual bool ReportContext(const Context& context) = 0; 1391 virtual bool ReportContext(const Context& context); 1407 virtual bool ReportContext(const Context& context); 1420 virtual bool ReportContext(const Context& context);
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 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;
|