Home | History | Annotate | Download | only in src

Lines Matching defs:PolicyRule

37 bool LowLevelPolicy::AddRule(int service, PolicyRule* rule) {
42 PolicyRule* local_rule = new PolicyRule(*rule);
65 typedef std::list<const PolicyRule*> RuleList;
91 const PolicyRule* rule = (*rules_it);
119 PolicyRule::PolicyRule(EvalResult action)
128 PolicyRule::PolicyRule(const PolicyRule& other) {
151 bool PolicyRule::GenStringOpcode(RuleType rule_type,
217 bool PolicyRule::AddStringMatch(RuleType rule_type, int16 parameter,
277 bool PolicyRule::AddNumberMatch(RuleType rule_type, int16 parameter,
298 bool PolicyRule::Done() {
310 bool PolicyRule::RebindCopy(PolicyOpcode* opcode_start, size_t opcode_size,
343 PolicyRule::~PolicyRule() {