Searched refs:NFRuleList (Results 1 – 4 of 4) sorted by relevance
33 class NFRuleList : public UMemory {39 NFRuleList(uint32_t capacity = 10) 43 ~NFRuleList() { in ~NFRuleList()79 NFRuleList(const NFRuleList &other); // forbid copying of this class80 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
24 class NFRuleList; variable47 NFRuleList& ruleList,
62 NFRuleList rules;
94 NFRuleList& rules, in makeRules()