Home
last modified time | relevance | path

Searched refs:printed_header_ (Results 1 – 3 of 3) sorted by relevance

/third_party/benchmark/src/
Dconsole_reporter.cc39 printed_header_ = false; in ReportContext()
79 bool print_header = !printed_header_; in ReportRuns()
85 printed_header_ = true; in ReportRuns()
Dcsv_reporter.cc65 if (!printed_header_) { in ReportRuns()
86 printed_header_ = true; in ReportRuns()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1898 : output_options_(opts_), name_field_width_(0), printed_header_(false) {} in output_options_()
1910 bool printed_header_; variable
1930 CSVReporter() : printed_header_(false) {} in CSVReporter()
1937 bool printed_header_; variable