Searched refs:MatcherStorage (Results 1 – 5 of 5) sorted by relevance
98 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument118 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()147 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);151 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);556 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()557 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
97 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);327 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable421 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable
2703 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local2705 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2710 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2257 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local2259 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2264 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()