Lines Matching refs:Rule
29 struct Rule : public virtual android::RefBase {30 inline Rule();31 Rule(const Rule& rhs);65 android::Vector<android::sp<Rule> > subrules;69 static android::sp<Rule> simplify(android::sp<Rule> rule);72 Rule::Rule()