Searched refs:match_rules_ (Results 1 – 2 of 2) sorted by relevance
211 for (std::set<std::string>::iterator iter = match_rules_.begin(); in Detach()212 iter != match_rules_.end(); ++iter) { in Detach()220 match_rules_.clear(); in Detach()602 if (match_rules_.find(match_rule) == match_rules_.end()) { in AddMatchRuleWithCallback()611 match_rules_.insert(match_rule); in AddMatchRuleWithCallback()630 if (match_rules_.find(match_rule) != match_rules_.end()) in AddMatchRuleWithoutCallback()641 match_rules_.insert(match_rule); in AddMatchRuleWithoutCallback()
315 std::set<std::string> match_rules_; variable