Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs66 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Helloworld.Greeter
70 public GreeterClient(grpc::Channel channel) : base(channel) in GreeterClient() method in Helloworld.Greeter.GreeterClient
75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Helloworld.Greeter.GreeterClient
79 protected GreeterClient() : base() in GreeterClient() method in Helloworld.Greeter.GreeterClient
84 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Helloworld.Greeter.GreeterClient
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs66 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Helloworld.Greeter
70 public GreeterClient(grpc::Channel channel) : base(channel) in GreeterClient() method in Helloworld.Greeter.GreeterClient
75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Helloworld.Greeter.GreeterClient
79 protected GreeterClient() : base() in GreeterClient() method in Helloworld.Greeter.GreeterClient
84 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Helloworld.Greeter.GreeterClient
/external/grpc-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
/external/flatbuffers/grpc/examples/go/greeter/client/
Dmain.go23 func printSayHello(client models.GreeterClient, name string) {
40 func printSayManyHello(client models.GreeterClient, name string) {
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_client.cc38 class GreeterClient { class
40 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_async_client.cc37 class GreeterClient { class
39 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_async_client2.cc38 class GreeterClient { class
40 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/external/flatbuffers/grpc/samples/greeter/
Dclient.cpp10 class GreeterClient { class
12 GreeterClient(std::shared_ptr<grpc::Channel> channel) in GreeterClient() function in GreeterClient
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
/external/grpc-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
/external/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter_grpc.d.ts48 export class GreeterClient extends grpc.Client implements IGreeterClient { class
/external/flatbuffers/grpc/examples/go/greeter/models/
DGreeter_grpc.go16 type GreeterClient interface { interface