/aosp_15_r20/external/grpc-grpc/src/cpp/ext/ |
H A D | proto_server_reflection_plugin.cc | 62 bool ProtoServerReflectionPlugin::has_async_methods() const { in has_async_methods() function in grpc::reflection::ProtoServerReflectionPlugin 64 reflection_service_v1_->has_async_methods()) || in has_async_methods() 66 reflection_service_v1alpha_->has_async_methods()); in has_async_methods()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/load_reporter/ |
H A D | load_reporting_service_server_builder_plugin.cc | 38 bool LoadReportingServiceServerBuilderPlugin::has_async_methods() const { in has_async_methods() function in grpc::load_reporter::LoadReportingServiceServerBuilderPlugin 40 return service_->has_async_methods(); in has_async_methods()
|
H A D | load_reporting_service_server_builder_plugin.h | 56 bool has_async_methods() const override;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/ |
D | load_reporting_service_server_builder_plugin.cc | 39 bool LoadReportingServiceServerBuilderPlugin::has_async_methods() const { in has_async_methods() function in grpc::load_reporter::LoadReportingServiceServerBuilderPlugin 41 return service_->has_async_methods(); in has_async_methods()
|
D | load_reporting_service_server_builder_plugin.h | 56 bool has_async_methods() const override;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/channelz/ |
D | channelz_service_plugin.cc | 56 bool has_async_methods() const override { in has_async_methods() function in grpc::channelz::experimental::ChannelzServicePlugin 58 return channelz_service_->has_async_methods(); in has_async_methods()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/ |
D | proto_server_reflection_plugin.cc | 54 bool ProtoServerReflectionPlugin::has_async_methods() const { in has_async_methods() function in grpc::reflection::ProtoServerReflectionPlugin 56 return reflection_service_->has_async_methods(); in has_async_methods()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/channelz/ |
H A D | channelz_service_plugin.cc | 56 bool has_async_methods() const override { in has_async_methods() function in grpc::channelz::experimental::ChannelzServicePlugin 58 return channelz_service_->has_async_methods(); in has_async_methods()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | server_builder_plugin_test.cc | 72 bool has_async_methods() const override { in has_async_methods() function in grpc::testing::TestServerBuilderPlugin 74 return service_->has_async_methods(); in has_async_methods()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | server_builder_plugin.h | 61 virtual bool has_async_methods() const { return false; } in has_async_methods() function
|
D | service_type.h | 61 bool has_async_methods() const { in has_async_methods() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | server_builder_plugin.h | 61 virtual bool has_async_methods() const { return false; } in has_async_methods() function
|
D | service_type.h | 61 bool has_async_methods() const { in has_async_methods() function
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | server_builder_plugin.h | 61 virtual bool has_async_methods() const { return false; } in has_async_methods() function
|
H A D | service_type.h | 61 bool has_async_methods() const { in has_async_methods() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/ext/ |
D | proto_server_reflection_plugin.h | 38 bool has_async_methods() const override;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ext/ |
D | proto_server_reflection_plugin.h | 38 bool has_async_methods() const override;
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ext/ |
H A D | proto_server_reflection_plugin.h | 42 bool has_async_methods() const override;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/ |
D | server_cc.cc | 1041 bool has_async_methods = service->has_async_methods(); in RegisterService() local 1042 if (has_async_methods) { in RegisterService()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/ |
H A D | server_cc.cc | 1043 bool has_async_methods = service->has_async_methods(); in RegisterService() local 1044 if (has_async_methods) { in RegisterService()
|