Searched refs:match_rules_ (Results 1 – 2 of 2) sorted by relevance
214 for (std::set<std::string>::iterator iter = match_rules_.begin(); in Detach()215 iter != match_rules_.end(); ++iter) { in Detach()223 match_rules_.clear(); in Detach()595 if (match_rules_.find(match_rule) == match_rules_.end()) { in AddMatchRuleWithCallback()604 match_rules_.insert(match_rule); in AddMatchRuleWithCallback()623 if (match_rules_.find(match_rule) != match_rules_.end()) in AddMatchRuleWithoutCallback()634 match_rules_.insert(match_rule); in AddMatchRuleWithoutCallback()
303 std::set<std::string> match_rules_; variable