Home
last modified time | relevance | path

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

/external/grpc-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
/external/grpc-grpc/include/grpcpp/impl/
Dserver_builder_plugin.h60 virtual bool has_sync_methods() const { return false; } in has_sync_methods() function
/external/grpc-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
/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc47 bool ProtoServerReflectionPlugin::has_sync_methods() const { in has_sync_methods() function in grpc::reflection::ProtoServerReflectionPlugin
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_ptr_state.cc71 bool has_sync_methods, in InitializeEndpointClient()
Dbinding_state.cc87 bool has_sync_methods, in BindInternal()
/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc215 bool has_sync_methods = false; in BuildAndStart() local
/external/grpc-grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc77 bool has_sync_methods() const override { in has_sync_methods() function in grpc::testing::TestServerBuilderPlugin