Searched refs:PrintImp (Results 1 – 1 of 1) sorted by relevance
74 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function77 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function79 PrintImp(out, std::forward<Rest>(rest)...); in PrintImp()84 PrintImp(std::cerr, std::forward<Args>(args)...); in PrintErrorAndDie()