Searched refs:PrinterFn (Results 1 – 1 of 1) sorted by relevance
128 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData() typedef130 PrinterFn* printer = (output_options_ & OO_Color) in PrintRunData()131 ? static_cast<PrinterFn*>(ColorPrintf) in PrintRunData()