Home
last modified time | relevance | path

Searched refs:PrintImp (Results 1 – 2 of 2) sorted by relevance

/external/google-benchmark/src/
Dsysinfo.cc71 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function
74 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function
76 PrintImp(out, std::forward<Rest>(rest)...); in PrintImp()
81 PrintImp(std::cerr, std::forward<Args>(args)...); in PrintErrorAndDie()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc68 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function
71 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function
73 PrintImp(out, std::forward<Rest>(rest)...); in PrintImp()
78 PrintImp(std::cerr, std::forward<Args>(args)...); in PrintErrorAndDie()