Searched refs:SubstringPatternVector (Results 1 – 2 of 2) sorted by relevance
118 typedef std::vector<const StringPattern*> SubstringPatternVector; typedef121 void RebuildAhoCorasickTree(const SubstringPatternVector& sorted_patterns);
59 RebuildAhoCorasickTree(SubstringPatternVector()); in SubstringSetMatcher()93 SubstringPatternVector sorted_patterns; in RegisterAndUnregisterPatterns()142 const SubstringPatternVector& sorted_patterns) { in RebuildAhoCorasickTree()151 for (SubstringPatternVector::const_iterator i = sorted_patterns.begin(); in RebuildAhoCorasickTree()