Searched refs:MatcherStorage (Results 1 – 5 of 5) sorted by relevance
96 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument116 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()145 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);149 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);548 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()549 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
96 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);340 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable420 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable
2568 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2258 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()