Home
last modified time | relevance | path

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

/external/google-benchmark/include/benchmark/
Dreporter.h70 virtual bool ReportContext(const Context& context) = 0;
91 virtual bool ReportContext(const Context& context);
102 virtual bool ReportContext(const Context& context);
114 virtual bool ReportContext(const Context& context);
/external/google-benchmark/test/
Dfilter_test.cc17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon8845b0820111::TestReporter
18 return ConsoleReporter::ReportContext(context); in ReportContext()
/external/google-benchmark/src/
Dconsole_reporter.cc30 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
Dcsv_reporter.cc29 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
Djson_reporter.cc53 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
Dbenchmark.cc808 if (reporter->ReportContext(context)) { in RunMatchingBenchmarks()