Searched refs:Print (Results 1 – 4 of 4) sorted by relevance
33 void Print(std::string to_print, LineType type);
202 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress()221 lp.Print(ss.str(), LinePrinter::LineType::INFO); in ReportTransferRate()883 line_printer_.Print(s, LinePrinter::INFO); in Printf()894 line_printer_.Print(s, LinePrinter::INFO); in Println()906 line_printer_.Print(s, LinePrinter::ERROR); in Error()917 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
70 void LinePrinter::Print(string to_print, LineType type) { in Print() function in LinePrinter
285 line_printer_.Print( in UpdateProgress()