Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dline_printer.h24 struct LinePrinter { struct
43 /// Lock or unlock the console. Any output sent to the LinePrinter while the argument
52 bool supports_color_;
55 bool have_blank_line_;
58 bool console_locked_;
61 string line_buffer_;
64 LineType line_type_;
67 string output_buffer_;
70 void* console_;
Dline_printer.cc33 LinePrinter::LinePrinter() : have_blank_line_(true), console_locked_(false) { in LinePrinter() function in LinePrinter