Searched refs:has_synchronous_methods (Results 1 – 6 of 6) sorted by relevance
30 return service_->has_synchronous_methods(); in has_sync_methods()
48 return channelz_service_->has_synchronous_methods(); in has_sync_methods()
49 return reflection_service_->has_synchronous_methods(); in has_sync_methods()
72 bool has_synchronous_methods() const { in has_synchronous_methods() function
79 return service_->has_synchronous_methods(); in has_sync_methods()
217 if ((*it)->service->has_synchronous_methods()) { in BuildAndStart()