Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dspec_arg_test.cc20 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anonab38c7860111::TestReporter
21 return ConsoleReporter::ReportContext(context); in ReportContext()
H A Dfilter_test.cc17 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon154328080111::TestReporter
18 return ConsoleReporter::ReportContext(context); in ReportContext()
H A Dskip_with_error_test.cc13 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anona6ce8a1d0111::TestReporter
14 return ConsoleReporter::ReportContext(context); in ReportContext()
H A Dbenchmark_random_interleaving_gtest.cc41 bool ReportContext(const Context& /*context*/) override { return true; } in ReportContext() function in benchmark::internal::__anon40b2d9fb0111::NullReporter
H A Doutput_test_helper.cc146 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in internal::__anonc230ec520111::TestReporter
150 bool new_ret = rep->ReportContext(context); in ReportContext()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcsv_reporter.cc55 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
H A Dbenchmark.cc309 if (display_reporter->ReportContext(context) && in RunBenchmarks()
310 (!file_reporter || file_reporter->ReportContext(context))) { in RunBenchmarks()
H A Dconsole_reporter.cc36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
H A Djson_reporter.cc120 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A 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;