Searched refs:StringFlag (Results 1 – 1 of 1) sorted by relevance
126 for (const auto &StringFlag : RegexMap) { in getRegexFlag() local127 if (Flag == StringFlag.first) in getRegexFlag()128 return StringFlag.second; in getRegexFlag()135 for (const auto &StringFlag : RegexMap) { in getCloseRegexMatch() local136 if (Flag.edit_distance(StringFlag.first) < 3) in getCloseRegexMatch()137 return StringFlag.first; in getCloseRegexMatch()