Searched refs:StrAppendPieces (Results 1 – 2 of 2) sorted by relevance
70 void StrAppendPieces(std::string* dest, std::vector<std::string_view> pieces);74 StrAppendPieces(dest, {static_cast<const std::string_view&>(args)...}); in StrAppend()
172 void StrAppendPieces(std::string* dest, std::vector<std::string_view> pieces) { in StrAppendPieces() function