Home | History | Annotate | Download | only in declarative

Lines Matching defs:Priority

131 //   // Return the minimum priority of rules that can be evaluated after this
166 // Returns the minimum priority of rules that may be evaluated after
191 typedef int Priority;
208 Priority priority);
231 Priority priority() const { return priority_; }
239 // Returns the minimum priority of rules that may be evaluated after
242 Priority GetMinimumPriority() const;
250 Priority priority_;
417 Priority priority)
423 priority_(priority) {
466 CHECK(rule->priority.get());
467 int priority = *(rule->priority);
473 conditions.Pass(), actions.Pass(), priority));