Searched refs:has_async_methods (Results 1 – 9 of 9) sorted by relevance
35 bool LoadReportingServiceServerBuilderPlugin::has_async_methods() const { in has_async_methods() function in grpc::load_reporter::LoadReportingServiceServerBuilderPlugin37 return service_->has_async_methods(); in has_async_methods()
50 bool has_async_methods() const override;
53 bool has_async_methods() const override { in has_async_methods() function in grpc::channelz::experimental::ChannelzServicePlugin55 return channelz_service_->has_async_methods(); in has_async_methods()
54 bool ProtoServerReflectionPlugin::has_async_methods() const { in has_async_methods() function in grpc::reflection::ProtoServerReflectionPlugin56 return reflection_service_->has_async_methods(); in has_async_methods()
70 bool has_async_methods() const override { in has_async_methods() function in grpc::testing::TestServerBuilderPlugin72 return service_->has_async_methods(); in has_async_methods()
61 virtual bool has_async_methods() const { return false; } in has_async_methods() function
40 bool has_async_methods() const override;
493 bool has_async_methods = service->has_async_methods(); in RegisterService() local494 if (has_async_methods) { in RegisterService()
63 bool has_async_methods() const { in has_async_methods() function