Searched defs:has_sync_methods (Results 1 – 6 of 6) sorted by relevance
60 virtual bool has_sync_methods() const { return false; } in has_sync_methods() function
28 bool LoadReportingServiceServerBuilderPlugin::has_sync_methods() const { in has_sync_methods() function in grpc::load_reporter::LoadReportingServiceServerBuilderPlugin
46 bool has_sync_methods() const override { in has_sync_methods() function in grpc::channelz::experimental::ChannelzServicePlugin
47 bool ProtoServerReflectionPlugin::has_sync_methods() const { in has_sync_methods() function in grpc::reflection::ProtoServerReflectionPlugin
77 bool has_sync_methods() const override { in has_sync_methods() function in grpc::testing::TestServerBuilderPlugin
260 bool has_sync_methods = false; in BuildAndStart() local