Searched refs:regexString (Results 1 – 2 of 2) sorted by relevance
73 int countMatchingIpRules(const std::string& regexString) { in countMatchingIpRules() argument74 const std::regex regex(regexString, std::regex_constants::extended); in countMatchingIpRules()
39 int countMatchingIpRules(const std::string& regexString);