Searched refs:StringFlag (Results 1 – 1 of 1) sorted by relevance
122 for (const auto &StringFlag : RegexMap) { in getRegexFlag() local123 if (Flag == StringFlag.first) in getRegexFlag()124 return StringFlag.second; in getRegexFlag()130 for (const auto &StringFlag : RegexMap) { in getCloseRegexMatch() local131 if (Flag.edit_distance(StringFlag.first) < 3) in getCloseRegexMatch()132 return StringFlag.first; in getCloseRegexMatch()