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