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()100 NFRuleList(const NFRuleList &other); // forbid copying of this class101 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
24 class NFRuleList; variable47 NFRuleList& ruleList,
65 NFRuleList rules;
92 NFRuleList& rules, in makeRules()