Searched defs:LinePrinter (Results 1 – 2 of 2) sorted by relevance
23 struct LinePrinter { struct42 /// Lock or unlock the console. Any output sent to the LinePrinter while the argument51 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_;
35 LinePrinter::LinePrinter() : have_blank_line_(true), console_locked_(false) { in LinePrinter() function in LinePrinter