/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | HelloworldGrpc.cs | 67 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Helloworld.Greeter 71 public GreeterClient(grpc::Channel channel) : base(channel) in GreeterClient() method in Helloworld.Greeter.GreeterClient 76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Helloworld.Greeter.GreeterClient 80 protected GreeterClient() : base() in GreeterClient() method in Helloworld.Greeter.GreeterClient 85 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Helloworld.Greeter.GreeterClient
|
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 67 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Helloworld.Greeter 71 public GreeterClient(grpc::Channel channel) : base(channel) in GreeterClient() method in Helloworld.Greeter.GreeterClient 76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Helloworld.Greeter.GreeterClient 80 protected GreeterClient() : base() in GreeterClient() method in Helloworld.Greeter.GreeterClient 85 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Helloworld.Greeter.GreeterClient
|
/third_party/flatbuffers/grpc/examples/go/greeter/client/ |
D | main.go | 21 func printSayHello(client models.GreeterClient, name string) { 38 func printSayManyHello(client models.GreeterClient, name string) {
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | greeter_client.cc | 39 class GreeterClient { class 41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/third_party/grpc/examples/cpp/compression/ |
D | greeter_client.cc | 39 class GreeterClient { class 41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_async_client.cc | 41 class GreeterClient { class 43 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
D | greeter_client.cc | 38 class GreeterClient { class 40 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
D | greeter_async_client2.cc | 42 class GreeterClient { class 44 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/third_party/grpc/examples/csharp/Helloworld/GreeterClient/ |
D | Program.cs | 19 namespace GreeterClient namespace
|
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/ |
D | Program.cs | 19 namespace GreeterClient namespace
|
/third_party/flatbuffers/grpc/samples/greeter/ |
D | client.cpp | 10 class GreeterClient { class 12 GreeterClient(std::shared_ptr<grpc::Channel> channel) in GreeterClient() function in GreeterClient
|
/third_party/grpc/examples/csharp/Xds/GreeterClient/ |
D | Program.cs | 20 namespace GreeterClient namespace
|
/third_party/grpc/examples/android/helloworld/app/src/main/cpp/ |
D | grpc-helloworld.cc | 73 class GreeterClient { class 75 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
|
/third_party/flatbuffers/grpc/examples/ts/greeter/src/ |
D | greeter_grpc.d.ts | 48 export class GreeterClient extends grpc.Client implements IGreeterClient { class
|
/third_party/flatbuffers/grpc/examples/go/greeter/models/ |
D | Greeter_grpc.go | 16 type GreeterClient interface { interface
|