Searched refs:SubstringPatternVector (Results 1 – 2 of 2) sorted by relevance
310 using SubstringPatternVector = std::vector<const MatcherStringPattern*>; variable317 void BuildAhoCorasickTree(const SubstringPatternVector& patterns);
209 const SubstringPatternVector& patterns) { in BuildAhoCorasickTree()