Home
last modified time | relevance | path

Searched defs:has_sync_methods (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/include/grpcpp/impl/
Dserver_builder_plugin.h60 virtual bool has_sync_methods() const { return false; } in has_sync_methods() function
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.cc28 bool LoadReportingServiceServerBuilderPlugin::has_sync_methods() const { in has_sync_methods() function in grpc::load_reporter::LoadReportingServiceServerBuilderPlugin
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service_plugin.cc46 bool has_sync_methods() const override { in has_sync_methods() function in grpc::channelz::experimental::ChannelzServicePlugin
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc47 bool ProtoServerReflectionPlugin::has_sync_methods() const { in has_sync_methods() function in grpc::reflection::ProtoServerReflectionPlugin
/third_party/grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc77 bool has_sync_methods() const override { in has_sync_methods() function in grpc::testing::TestServerBuilderPlugin
/third_party/grpc/src/cpp/server/
Dserver_builder.cc260 bool has_sync_methods = false; in BuildAndStart() local