Searched refs:RegexMap (Results 1 – 2 of 2) sorted by relevance
51 typedef std::map<StringPattern::ID, const StringPattern*> RegexMap; typedef68 RegexMap regexes_;
80 for (RegexMap::iterator it = regexes_.begin(); it != regexes_.end(); ++it) { in RebuildMatcher()