Searched refs:str_regex (Results 1 – 1 of 1) sorted by relevance
160 std::regex str_regex(*iter); in MatchesDownstreamRegexs() local161 if (std::regex_match(iface.c_str(), str_regex)) { in MatchesDownstreamRegexs()