Searched refs:StrCatImp (Results 1 – 2 of 2) sorted by relevance
17 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function22 inline std::ostream& StrCatImp(std::ostream& out, First&& f, in StrCatImp() function25 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()31 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()
24 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function29 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() function31 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()37 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()