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