Home
last modified time | relevance | path

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

/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/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/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