Searched refs:NFRuleList (Results 1 – 4 of 4) sorted by relevance
35 class NFRuleList : public UMemory {41 NFRuleList(uint32_t capacity = 10) 45 ~NFRuleList() { in ~NFRuleList()102 NFRuleList(const NFRuleList &other); // forbid copying of this class103 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
74 NFRuleList rules;77 NFRuleList fractionRules;
26 class NFRuleList; variable52 NFRuleList& ruleList,
111 NFRuleList& rules, in makeRules()