Home
last modified time | relevance | path

Searched defs:LinePrinter (Results 1 – 2 of 2) sorted by relevance

/third_party/ninja/src/
Dline_printer.h23 struct LinePrinter { struct
42 /// Lock or unlock the console. Any output sent to the LinePrinter while the argument
51 bool supports_color_;
54 bool have_blank_line_;
57 bool console_locked_;
60 std::string line_buffer_;
63 LineType line_type_;
66 std::string output_buffer_;
69 void* console_;
Dline_printer.cc35 LinePrinter::LinePrinter() : have_blank_line_(true), console_locked_(false) { in LinePrinter() function in LinePrinter