Searched refs:StrCatImp (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/benchmark/src/ |
D | string_util.h | 17 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function 22 inline std::ostream& StrCatImp(std::ostream& out, First&& f, in StrCatImp() function 25 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp() 31 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()
|
/external/libcxx/utils/google-benchmark/src/ |
D | string_util.h | 21 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/google-benchmark/src/ |
D | string_util.h | 23 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { in StrCatImp() function 28 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() function 30 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp() 36 StrCatImp(ss, std::forward<Args>(args)...); in StrCat()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | string_util.h | 21 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()
|