Home
last modified time | relevance | path

Searched refs:PrinterFn (Results 1 – 2 of 2) sorted by relevance

/external/google-benchmark/src/
Dconsole_reporter.cc116 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData() typedef
118 PrinterFn* printer = (output_options_ & OO_Color) ? in PrintRunData()
119 (PrinterFn*)ColorPrintf : IgnoreColorPrint; in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Dconsole_reporter.cc117 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData() typedef
119 PrinterFn* printer = (output_options_ & OO_Color) ? in PrintRunData()
120 (PrinterFn*)ColorPrintf : IgnoreColorPrint; in PrintRunData()