HomeSort by relevance Sort by last modified time
    Searched refs:StringCatImp (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/src/
string_util.h 17 inline std::ostream& StringCatImp(std::ostream& out) BENCHMARK_NOEXCEPT {
22 inline std::ostream& StringCatImp(std::ostream& out, First&& f,
25 return StringCatImp(out, std::forward<Rest>(rest)...);
31 StringCatImp(ss, std::forward<Args>(args)...);
  /external/libcxx/utils/google-benchmark/src/
string_util.h 17 inline std::ostream& StringCatImp(std::ostream& out) BENCHMARK_NOEXCEPT {
22 inline std::ostream& StringCatImp(std::ostream& out, First&& f,
25 return StringCatImp(out, std::forward<Rest>(rest)...);
31 StringCatImp(ss, std::forward<Args>(args)...);

Completed in 69 milliseconds