Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dspec_arg_test.cc20 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon2325f6020111::TestReporter
21 return ConsoleReporter::ReportContext(context); in ReportContext()
Dfilter_test.cc17 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon09da87840111::TestReporter
18 return ConsoleReporter::ReportContext(context); in ReportContext()
Dskip_with_error_test.cc13 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon963f15190111::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::__anon8cdf6d770111::NullReporter
Doutput_test_helper.cc146 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/
Dcsv_reporter.cc40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
Dconsole_reporter.cc36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
Djson_reporter.cc67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
Dbenchmark.cc424 if (console_reporter->ReportContext(context) && in RunBenchmarks()
425 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
/third_party/benchmark/src/
Dcsv_reporter.cc55 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
Dbenchmark.cc309 if (display_reporter->ReportContext(context) && in RunBenchmarks()
310 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
Dconsole_reporter.cc36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
Djson_reporter.cc120 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1331 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/
Dbenchmark.h1621 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;