Searched defs:has_async_methods (Results 1 – 7 of 7) sorted by relevance
61 virtual bool has_async_methods() const { return false; } in has_async_methods() function
62 bool has_async_methods() const { in has_async_methods() function
37 bool LoadReportingServiceServerBuilderPlugin::has_async_methods() const { in has_async_methods() function in grpc::load_reporter::LoadReportingServiceServerBuilderPlugin
55 bool has_async_methods() const override { in has_async_methods() function in grpc::channelz::experimental::ChannelzServicePlugin
71 bool ProtoServerReflectionPlugin::has_async_methods() const { in has_async_methods() function in grpc::reflection::ProtoServerReflectionPlugin
70 bool has_async_methods() const override { in has_async_methods() function in grpc::testing::TestServerBuilderPlugin
1041 bool has_async_methods = service->has_async_methods(); in RegisterService() local