Home
last modified time | relevance | path

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

/third_party/ninja/src/
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()
124 void LinePrinter::PrintOrBuffer(const char* data, size_t size) { in PrintOrBuffer()
134 void LinePrinter::PrintOnNewLine(const string& to_print) { in PrintOnNewLine()
149 void LinePrinter::SetConsoleLocked(bool locked) { in SetConsoleLocked()
Dline_printer.h23 struct LinePrinter { struct
24 LinePrinter();
Dninja_test.cc45 static LinePrinter printer;
151 LinePrinter::ELIDE); in main()
Dstatus.cc245 force_full_command ? LinePrinter::FULL : LinePrinter::ELIDE); in PrintStatus()
Dstatus.h77 LinePrinter printer_;