Searched refs:to_print (Results 1 – 2 of 2) sorted by relevance
68 void LinePrinter::Print(string to_print, LineType type) { in Print() argument70 Out(to_print + "\n"); in Print()86 to_print = ElideMiddle(to_print, static_cast<size_t>(csbi.dwSize.X)); in Print()100 char_data[i].Char.AsciiChar = i < to_print.size() ? to_print[i] : ' '; in Print()110 to_print = ElideMiddle(to_print, size.ws_col); in Print()112 Out(to_print); in Print()119 Out(to_print); in Print()
33 void Print(std::string to_print, LineType type);