Searched refs:delete_match (Results 1 – 4 of 4) sorted by relevance
34 ~match() { connection_->delete_match(*this); } in ~match()
197 void delete_match(match& m) { in delete_match() function in dbus::connection198 this->get_service().delete_match(this->get_implementation(), m); in delete_match()
99 inline void delete_match(implementation_type& impl, match& m);
18 void connection_service::delete_match(implementation_type& impl, match& m) {