Searched refs:PrintImp (Results 1 – 2 of 2) sorted by relevance
71 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function74 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function76 PrintImp(out, std::forward<Rest>(rest)...); in PrintImp()81 PrintImp(std::cerr, std::forward<Args>(args)...); in PrintErrorAndDie()
68 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function71 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function73 PrintImp(out, std::forward<Rest>(rest)...); in PrintImp()78 PrintImp(std::cerr, std::forward<Args>(args)...); in PrintErrorAndDie()