Searched refs:match_rules_ (Results 1 – 2 of 2) sorted by relevance
214 for (const auto& match_rule : match_rules_) { in Detach()222 match_rules_.clear(); in Detach()606 if (match_rules_.find(match_rule) == match_rules_.end()) { in AddMatchRuleWithCallback()615 match_rules_.insert(match_rule); in AddMatchRuleWithCallback()634 if (match_rules_.find(match_rule) != match_rules_.end()) in AddMatchRuleWithoutCallback()645 match_rules_.insert(match_rule); in AddMatchRuleWithoutCallback()
317 std::set<std::string> match_rules_; variable