Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dstring_util.h24 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function
29 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() function
31 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()
37 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()