Home
last modified time | relevance | path

Searched refs:has_synchronous_methods (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.cc30 return service_->has_synchronous_methods(); in has_sync_methods()
/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service_plugin.cc48 return channelz_service_->has_synchronous_methods(); in has_sync_methods()
/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc49 return reflection_service_->has_synchronous_methods(); in has_sync_methods()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dservice_type.h72 bool has_synchronous_methods() const { in has_synchronous_methods() function
/external/grpc-grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc79 return service_->has_synchronous_methods(); in has_sync_methods()
/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc217 if ((*it)->service->has_synchronous_methods()) { in BuildAndStart()