Searched defs:strs (Results 1 – 3 of 3) sorted by relevance
63 std::string StringUtils::Join(const std::vector<std::string>& strs, const std::string& sep) in Join()
29 bool StringUtils::ContainsCase(const std::vector<std::string> &strs, const std::string& str) in ContainsCase()
1937 std::vector<std::string> strs {"prepare", "start", "pause", "resume", "output", "stop", ""}; variable