Searched refs:regexs (Results 1 – 3 of 3) sorted by relevance
157 …eConfiguration::MatchesDownstreamRegexs(const std::string &iface, std::vector<std::string> ®exs) in MatchesDownstreamRegexs() argument159 for (std::vector<std::string>::iterator iter = regexs.begin(); iter != regexs.end(); iter++) { in MatchesDownstreamRegexs()186 void NetworkShareConfiguration::ParseRegexsData(std::vector<std::string> ®exs, std::string &strV… in ParseRegexsData() argument194 regexs.push_back(single); in ParseRegexsData()198 regexs.push_back(strVal); in ParseRegexsData()
137 std::vector<std::string> regexs; in GetShareRegexsContent() local138 NetworkShareTracker::GetInstance().GetSharableRegexs(type, regexs); in GetShareRegexsContent()139 for_each(regexs.begin(), regexs.end(), in GetShareRegexsContent()
124 bool MatchesDownstreamRegexs(const std::string &, std::vector<std::string> ®exs);127 void ParseRegexsData(std::vector<std::string> ®exs, std::string &strVal);