HomeSort by relevance Sort by last modified time
    Searched defs:ReportContext (Results 1 - 4 of 4) sorted by null

  /external/google-benchmark/src/
console_reporter.cc 30 bool ConsoleReporter::ReportContext(const Context& context) {
csv_reporter.cc 29 bool CSVReporter::ReportContext(const Context& context) {
json_reporter.cc 53 bool JSONReporter::ReportContext(const Context& context) {
  /external/google-benchmark/test/
filter_test.cc 17 virtual bool ReportContext(const Context& context) {
18 return ConsoleReporter::ReportContext(context);

Completed in 36 milliseconds