Searched refs:LineType (Results 1 – 2 of 2) sorted by relevance
29 enum LineType { INFO, WARNING, ERROR }; enum33 void Print(std::string to_print, LineType type);
68 void LinePrinter::Print(string to_print, LineType type) { in Print()