Home
last modified time | relevance | path

Searched refs:match_rules_added_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Dbus.cc181 DCHECK(match_rules_added_.empty()); in ~Bus()
720 match_rules_added_.find(match_rule); in AddMatch()
721 if (iter != match_rules_added_.end()) { in AddMatch()
732 match_rules_added_[match_rule] = 1; in AddMatch()
740 match_rules_added_.find(match_rule); in RemoveMatch()
741 if (iter == match_rules_added_.end()) { in RemoveMatch()
752 match_rules_added_.erase(match_rule); in RemoveMatch()
H A Dbus.h737 std::map<std::string, int> match_rules_added_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Dbus.cc181 DCHECK(match_rules_added_.empty()); in ~Bus()
720 match_rules_added_.find(match_rule); in AddMatch()
721 if (iter != match_rules_added_.end()) { in AddMatch()
732 match_rules_added_[match_rule] = 1; in AddMatch()
740 match_rules_added_.find(match_rule); in RemoveMatch()
741 if (iter == match_rules_added_.end()) { in RemoveMatch()
752 match_rules_added_.erase(match_rule); in RemoveMatch()
H A Dbus.h737 std::map<std::string, int> match_rules_added_; variable