Home
last modified time | relevance | path

Searched refs:strs (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp95 void SplitStr(const string& str, const string& sep, vector<string>& strs, bool canEmpty, bool needTrim) in SplitStr() argument
97 strs.clear(); in SplitStr()
105 strs.push_back(strPart); in SplitStr()
111 strs.push_back(strPart); in SplitStr()
/commonlibrary/c_utils/base/include/
H A Dstring_ex.h94 * @param strs Indicates the `std::vector` object to store the results.
100 void SplitStr(const std::string& str, const std::string& sep, std::vector<std::string>& strs,

Completed in 1 milliseconds