Searched defs:ReportContext (Results 1 – 4 of 4) sorted by relevance
/external/google-benchmark/src/ | ||
D | console_reporter.cc | 30 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter |
D | csv_reporter.cc | 29 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter |
D | json_reporter.cc | 53 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter |
/external/google-benchmark/test/ | ||
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon106b4d690111::TestReporter |