Lines Matching refs:rules_
170 for (RuleList::const_iterator it = rules_.begin(); it != rules_.end(); ++it) { in Matches()
178 if (rules_.size() != other.rules_.size()) in Equals()
181 for (size_t i = 0; i < rules_.size(); ++i) { in Equals()
182 if (!rules_[i]->Equals(*other.rules_[i])) in Equals()
203 rules_.push_back(new HostnamePatternRule(optional_scheme, in AddRuleForHostname()
210 rules_.push_back(new BypassLocalRule); in AddRuleToBypassLocal()
224 for (RuleList::const_iterator rule(rules_.begin()); in ToString()
225 rule != rules_.end(); in ToString()
234 STLDeleteElements(&rules_); in Clear()
241 for (RuleList::const_iterator it = other.rules_.begin(); in AssignFrom()
242 it != other.rules_.end(); ++it) { in AssignFrom()
243 rules_.push_back((*it)->Clone()); in AssignFrom()
294 rules_.push_back( in AddRuleFromStringInternal()