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