Searched refs:StrCatImp (Results 1 – 1 of 1) sorted by relevance
28 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function33 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() function35 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()41 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()