reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/include/benchmark/benchmark.h
 1396     OO_ColorTabular = OO_Color|OO_Tabular,
utils/benchmark/src/benchmark.cc
  476     output_opts |= ConsoleReporter::OO_Tabular;
  478     output_opts &= ~ConsoleReporter::OO_Tabular;
utils/benchmark/src/console_reporter.cc
   59     if(output_options_ & OO_Tabular) {
   79     print_header |= (output_options_ & OO_Tabular) &&
  154     if (output_options_ & OO_Tabular) {