Home
last modified time | relevance | path

Searched refs:has_sync_methods (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/cpp/server/
Dserver_builder.cc260 bool has_sync_methods = false; in BuildAndStart() local
263 has_sync_methods = true; in BuildAndStart()
268 if (!has_sync_methods) { in BuildAndStart()
270 if (value->has_sync_methods()) { in BuildAndStart()
271 has_sync_methods = true; in BuildAndStart()
307 const bool is_hybrid_server = has_sync_methods && has_frequently_polled_cqs; in BuildAndStart()
309 if (has_sync_methods) { in BuildAndStart()
323 if (has_sync_methods) { in BuildAndStart()
/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
Dload_reporting_service_server_builder_plugin.h49 bool has_sync_methods() const override;
/third_party/grpc/include/grpcpp/ext/
Dproto_server_reflection_plugin.h39 bool has_sync_methods() const override;
/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
Dasync_end2end_test.cc202 return plugin->has_sync_methods(); in plugin_has_sync_methods()