Home
last modified time | relevance | path

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

/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/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/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/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/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/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
/third_party/grpc/examples/csharp/Helloworld/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
/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