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

  /external/google-benchmark/include/benchmark/
reporter.h 187 JSONReporter() : first_report_(true) {}
195 bool first_report_; member in class:benchmark::JSONReporter
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 174 JSONReporter() : first_report_(true) {}
182 bool first_report_; member in class:benchmark::JSONReporter
  /external/google-benchmark/src/
json_reporter.cc 96 if (!first_report_) {
99 first_report_ = false;
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 96 if (!first_report_) {
99 first_report_ = false;

Completed in 185 milliseconds