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

  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 41 if (color_output_ && &std::cout != &GetOutputStream()) {
45 color_output_ = false;
72 color_output_ ? (PrinterFn*)ColorPrintf : IgnoreColorPrint;
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 159 : name_field_width_(0), color_output_(color_output == OO_Color) {}
169 bool color_output_; member in class:benchmark::ConsoleReporter

Completed in 562 milliseconds