Searched refs:to_print (Results 1 – 3 of 3) 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);
574 to_print = self._PPrintXML(node)576 to_print_str_ascii = to_print.encode('ascii', errors='replace')