/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/compiled_protos/ |
D | helloworld.rs | 18 pub struct GreeterClient<T> { struct 19 inner: tonic::client::Grpc<T>, 21 impl GreeterClient<tonic::transport::Channel> { impl 32 impl<T> GreeterClient<T> impl 64 impl<T: Clone> Clone for GreeterClient<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/csharp/codegen/simple/expected/ |
D | HelloworldGrpc.cs | 118 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter 123 public GreeterClient(grpc::ChannelBase channel) : base(channel) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient 129 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient 134 protected GreeterClient() : base() in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient 140 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
|
/aosp_15_r20/external/grpc-grpc/test/csharp/codegen/simple/expected/ |
H A D | HelloworldGrpc.cs | 118 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter 123 public GreeterClient(grpc::ChannelBase channel) : base(channel) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient 129 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient 134 protected GreeterClient() : base() in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient 140 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
|
/aosp_15_r20/external/flatbuffers/grpc/examples/go/greeter/client/ |
H A D | main.go | 23 func printSayHello(client models.GreeterClient, name string) { 40 func printSayManyHello(client models.GreeterClient, name string) {
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/debugging/ |
H A D | crashing_greeter_client.cc | 41 class GreeterClient { class 43 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/helloworld/ |
H A D | xds_greeter_client.cc | 44 class GreeterClient { class 46 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
H A D | greeter_client.cc | 43 class GreeterClient { class 45 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
H A D | greeter_async_client.cc | 46 class GreeterClient { class 48 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
H A D | greeter_callback_client.cc | 45 class GreeterClient { class 47 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
H A D | greeter_async_client2.cc | 47 class GreeterClient { class 49 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/compression/ |
H A D | greeter_client.cc | 39 class GreeterClient { class 41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/unix_abstract_sockets/ |
H A D | client.cc | 30 class GreeterClient { class 32 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/load_balancing/ |
H A D | greeter_client.cc | 39 class GreeterClient { class 41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/gcp_observability/helloworld/ |
H A D | greeter_client.cc | 46 class GreeterClient { class 48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/test/distrib/bazel/cpp/ |
H A D | greeter_client.cc | 34 class GreeterClient { class 36 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/bazel/cpp/ |
D | greeter_client.cc | 34 class GreeterClient { class 36 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/systemd_socket_activation/ |
H A D | client.cc | 30 class GreeterClient { class 32 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/error_handling/ |
H A D | greeter_client.cc | 42 class GreeterClient { class 44 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/xds/ |
H A D | xds_greeter_client.cc | 46 class GreeterClient { class 48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/generic_api/ |
H A D | greeter_client.cc | 47 class GreeterClient { class 49 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/wait_for_ready/ |
H A D | greeter_callback_client.cc | 46 class GreeterClient { class 48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/keepalive/ |
H A D | greeter_callback_client.cc | 46 class GreeterClient { class 48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/error_details/ |
H A D | greeter_client.cc | 47 class GreeterClient { class 49 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/health/ |
H A D | health_client.cc | 51 class GreeterClient { class 53 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/aosp_15_r20/external/flatbuffers/grpc/samples/greeter/ |
H A D | client.cpp | 10 class GreeterClient { class 12 GreeterClient(std::shared_ptr<grpc::Channel> channel) in GreeterClient() function in GreeterClient
|