Home
last modified time | relevance | path

Searched refs:GreeterClient (Results 1 – 20 of 20) 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
133 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
135 return new GreeterClient(configuration); in NewInstance()
/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
134 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
136 return new GreeterClient(configuration); in NewInstance()
/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
133 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
135 return new GreeterClient(configuration); in NewInstance()
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_async_client2.cc38 class GreeterClient { class
40 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
128 GreeterClient greeter(grpc::CreateChannel( in main()
132 std::thread thread_ = std::thread(&GreeterClient::AsyncCompleteRpc, &greeter); in main()
Dgreeter_client.cc38 class GreeterClient { class
40 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
79 GreeterClient greeter(grpc::CreateChannel( in main()
Dgreeter_async_client.cc37 class GreeterClient { class
39 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
110 GreeterClient greeter(grpc::CreateChannel( in main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
DGreeterClient.csproj4 <AssemblyTitle>GreeterClient</AssemblyTitle>
7 <AssemblyName>GreeterClient</AssemblyName>
9 <PackageId>GreeterClient</PackageId>
DProgram.cs19 namespace GreeterClient namespace
27 var client = new Greeter.GreeterClient(channel); in Main()
/external/flatbuffers/grpc/samples/greeter/
Dclient.cpp10 class GreeterClient { class
12 GreeterClient(std::shared_ptr<grpc::Channel> channel) in GreeterClient() function in GreeterClient
72 GreeterClient greeter(channel); in main()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs19 namespace GreeterClient namespace
27 var client = new Greeter.GreeterClient(channel); in Main()
/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
122 GreeterClient greeter( in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/
DGreeter.sln10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreeterClient", "GreeterClient\GreeterClient.c…
DREADME.md57 > cd GreeterClient/bin/Debug
58 > GreeterClient.exe
63 On Linux or Mac, use `mono GreeterServer.exe` and `mono GreeterClient.exe` to run the server and cl…
/external/grpc-grpc/examples/csharp/Helloworld/
DGreeter.sln8 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreeterClient", "GreeterClient\GreeterClient.c…
DREADME.md39 > cd GreeterClient
/external/grpc-grpc/examples/php/
Dgreeter_client.php31 $client = new Helloworld\GreeterClient('localhost:50051', [
/external/grpc-grpc/examples/node/static_codegen/
Dgreeter_client.js25 var client = new services.GreeterClient('localhost:50051',
Dhelloworld_grpc_pb.js61 exports.GreeterClient = grpc.makeGenericClientConstructor(GreeterService);
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs68 var client = new Greeter.GreeterClient(channel); in SayHello()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs61 var client = new Greeter.GreeterClient(channel); in SayHello()