Searched refs:has_service (Results 1 – 7 of 7) sorted by relevance
50 inline bool has_service(io_service& ios) in has_service() function56 return ios.service_registry_->template has_service<Service>(); in has_service()
35 template <typename Service> bool has_service(io_service& ios);581 friend bool has_service(io_service& ios);
20 def has_service(service_name): function
56 bool service_registry::has_service() const in has_service() function in asio::detail::service_registry
62 bool has_service() const;
89 return upstart.has_service(self._service_name)
679 if upstart.has_service('ui'):