Searched refs:spnFromSim (Results 1 – 2 of 2) sorted by relevance
36 bool OperatorMatchingRule::SpnRegexMatch(const std::string &spnFromSim, const std::string &spnRegex) in SpnRegexMatch() argument39 if (spnFromSim.empty()) { in SpnRegexMatch()43 if (spnFromSim.empty()) { in SpnRegexMatch()46 return std::regex_match(spnFromSim, std::regex(spnRegex)); in SpnRegexMatch()
41 static bool SpnRegexMatch(const std::string &spnFromSim, const std::string &spnRegex);