Searched refs:baseMatch (Results 1 – 2 of 2) sorted by relevance
89 std::smatch baseMatch; in MatchRegex() local91 if (std::regex_match(str, baseMatch, regex)) { in MatchRegex()92 if (baseMatch.size() == size) { in MatchRegex()93 result = baseMatch[1].str(); in MatchRegex()
114 std::smatch baseMatch; variable116 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue);139 std::smatch baseMatch; variable141 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue);