Searched refs:join_impl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | benchmark_name.cc | 31 void join_impl(std::string&, char) {} in join_impl() function 34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl() function 42 join_impl(s, delimiter, tail...); in join_impl() 49 join_impl(s, delimiter, ts...); in join()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 394 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() function 409 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() function 471 return detail::join_impl(Begin, End, Separator, tag()); in join()
|