Searched refs:joint (Results 1 – 1 of 1) sorted by relevance
108 inline std::string joinStr(const std::string& joint, const std::vector<T>& items) { in joinStr() argument114 ss << joint << toString(items[i]); in joinStr()121 inline std::string joinStr(const std::string& joint, const std::vector<T>& items, Function str) { in joinStr() argument124 if (i != 0) ss << joint; in joinStr()131 inline std::string joinStr(const std::string& joint, int limit, const std::vector<T>& items) { in joinStr() argument134 return joinStr(joint, topMax) + ", (" + toString(items.size() - limit) + " ommited), " + in joinStr()137 return joinStr(joint, items); in joinStr()