Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dstring_util.h21 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function
26 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() function
28 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()
34 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()
/external/libcxx/utils/google-benchmark/src/
Dstring_util.h21 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function
26 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() function
28 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()
34 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()