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

  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 157 enum OutputOptions { OO_None, OO_Color };
158 explicit ConsoleReporter(OutputOptions color_output = OO_Color)
159 : name_field_width_(0), color_output_(color_output == OO_Color) {}
  /external/google-benchmark/src/
console_reporter.cc 44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) {
48 output_options_ = static_cast< OutputOptions >(output_options_ & ~OO_Color);
104 PrinterFn* printer = (output_options_ & OO_Color) ?
benchmark.cc 554 output_opts |= ConsoleReporter::OO_Color;
556 output_opts &= ~ConsoleReporter::OO_Color;
559 output_opts &= ~ConsoleReporter::OO_Color;
  /external/google-benchmark/include/benchmark/
reporter.h 163 OO_Color = 1,
165 OO_ColorTabular = OO_Color|OO_Tabular,
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 546 output_opts = IsColorTerminal() ? ConsoleReporter::OO_Color
550 ? ConsoleReporter::OO_Color

Completed in 296 milliseconds