/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 66 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/ |
D | HelloworldGrpc.cs | 67 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/ |
D | HelloworldGrpc.cs | 66 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/ |
D | greeter_async_client2.cc | 38 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()
|
D | greeter_client.cc | 38 class GreeterClient { class 40 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient 79 GreeterClient greeter(grpc::CreateChannel( in main()
|
D | greeter_async_client.cc | 37 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/ |
D | GreeterClient.csproj | 4 <AssemblyTitle>GreeterClient</AssemblyTitle> 7 <AssemblyName>GreeterClient</AssemblyName> 9 <PackageId>GreeterClient</PackageId>
|
D | Program.cs | 19 namespace GreeterClient namespace 27 var client = new Greeter.GreeterClient(channel); in Main()
|
/external/flatbuffers/grpc/samples/greeter/ |
D | client.cpp | 10 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/ |
D | Program.cs | 19 namespace GreeterClient namespace 27 var client = new Greeter.GreeterClient(channel); in Main()
|
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/ |
D | grpc-helloworld.cc | 73 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/ |
D | Greeter.sln | 10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreeterClient", "GreeterClient\GreeterClient.c…
|
D | README.md | 57 > 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/ |
D | Greeter.sln | 8 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreeterClient", "GreeterClient\GreeterClient.c…
|
D | README.md | 39 > cd GreeterClient
|
/external/grpc-grpc/examples/php/ |
D | greeter_client.php | 31 $client = new Helloworld\GreeterClient('localhost:50051', [
|
/external/grpc-grpc/examples/node/static_codegen/ |
D | greeter_client.js | 25 var client = new services.GreeterClient('localhost:50051',
|
D | helloworld_grpc_pb.js | 61 exports.GreeterClient = grpc.makeGenericClientConstructor(GreeterService);
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 68 var client = new Greeter.GreeterClient(channel); in SayHello()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 61 var client = new Greeter.GreeterClient(channel); in SayHello()
|