Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dconsole_reporter.cc128 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData() typedef
130 PrinterFn* printer = (output_options_ & OO_Color) in PrintRunData()
131 ? static_cast<PrinterFn*>(ColorPrintf) in PrintRunData()