Searched refs:has_service (Results 1 – 9 of 9) 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);
61 request_struct.has_service = false; in Check()90 request_struct.has_service ? request_struct.service : ""); in Check()
28 bool has_service; member
13 return upstart.has_service('cupsd')
29 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;
291 if upstart.has_service('ui'):