Home
last modified time | relevance | path

Searched refs:LinePrinter (Results 1 - 4 of 4) sorted by relevance

/third_party/ninja/src/
H A Dline_printer.cc35 LinePrinter::LinePrinter() : have_blank_line_(true), console_locked_(false) { in LinePrinter() function in LinePrinter
66 void LinePrinter::Print(string to_print, LineType type) { in Print()
125 void LinePrinter::PrintOrBuffer(const char* data, size_t size) {
135 void LinePrinter::PrintOnNewLine(const string& to_print) {
150 void LinePrinter::SetConsoleLocked(bool locked) {
H A Dline_printer.h23 struct LinePrinter { struct
24 LinePrinter();
42 /// Lock or unlock the console. Any output sent to the LinePrinter while the
H A Dstatus.cc430 printer_.Print(to_print,force_full_command ? LinePrinter::FULL : LinePrinter::ELIDE); in PrintStatus()
H A Dstatus.h108 LinePrinter printer_;

Completed in 3 milliseconds