Home
last modified time | relevance | path

Searched defs:GreeterClient (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloworldGrpc.cs67 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/
DHelloworldGrpc.cs67 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/
Dmain.go21 func printSayHello(client models.GreeterClient, name string) {
38 func printSayManyHello(client models.GreeterClient, name string) {
/third_party/grpc/examples/cpp/load_balancing/
Dgreeter_client.cc39 class GreeterClient { class
41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/compression/
Dgreeter_client.cc39 class GreeterClient { class
41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_async_client.cc41 class GreeterClient { class
43 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_client.cc38 class GreeterClient { class
40 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_async_client2.cc42 class GreeterClient { class
44 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/csharp/Helloworld/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
/third_party/flatbuffers/grpc/samples/greeter/
Dclient.cpp10 class GreeterClient { class
12 GreeterClient(std::shared_ptr<grpc::Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/csharp/Xds/GreeterClient/
DProgram.cs20 namespace GreeterClient namespace
/third_party/grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc73 class GreeterClient { class
75 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter_grpc.d.ts48 export class GreeterClient extends grpc.Client implements IGreeterClient { class
/third_party/flatbuffers/grpc/examples/go/greeter/models/
DGreeter_grpc.go16 type GreeterClient interface { interface