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

  /external/google-benchmark/src/
console_reporter.cc 102 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...);
104 PrinterFn* printer = (output_options_ & OO_Color) ?
105 (PrinterFn*)ColorPrintf : IgnoreColorPrint;
  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 102 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...);
104 PrinterFn* printer = (output_options_ & OO_Color) ?
105 (PrinterFn*)ColorPrintf : IgnoreColorPrint;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
console_reporter.cc 87 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...);
89 PrinterFn* printer =
90 color_output_ ? (PrinterFn*)ColorPrintf : IgnoreColorPrint;

Completed in 209 milliseconds