HomeSort by relevance Sort by last modified time
    Searched refs:GreeterClient (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc/examples/cpp/helloworld/
greeter_async_client2.cc 38 class GreeterClient {
40 explicit GreeterClient(std::shared_ptr<Channel> channel)
128 GreeterClient greeter(grpc::CreateChannel(
132 std::thread thread_ = std::thread(&GreeterClient::AsyncCompleteRpc, &greeter);
greeter_async_client.cc 37 class GreeterClient {
39 explicit GreeterClient(std::shared_ptr<Channel> channel)
110 GreeterClient greeter(grpc::CreateChannel(
greeter_client.cc 38 class GreeterClient {
40 GreeterClient(std::shared_ptr<Channel> channel)
79 GreeterClient greeter(grpc::CreateChannel(
  /external/grpc-grpc/examples/node/static_codegen/
greeter_client.js 25 var client = new services.GreeterClient('localhost:50051',
helloworld_grpc_pb.js 61 exports.GreeterClient = grpc.makeGenericClientConstructor(GreeterService);
  /external/grpc-grpc/examples/php/
greeter_client.php 24 @include_once dirname(__FILE__).'/Helloworld/GreeterClient.php';
31 $client = new Helloworld\GreeterClient('localhost:50051', [
  /external/flatbuffers/grpc/samples/greeter/
client.cpp 10 class GreeterClient {
12 GreeterClient(std::shared_ptr<grpc::Channel> channel)
72 GreeterClient greeter(channel);
  /external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
Program.cs 19 namespace GreeterClient
27 var client = new Greeter.GreeterClient(channel);
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
Program.cs 19 namespace GreeterClient
27 var client = new Greeter.GreeterClient(channel);
  /external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
grpc-helloworld.cc 73 class GreeterClient {
75 GreeterClient(std::shared_ptr<Channel> channel)
122 GreeterClient greeter(
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
HelloworldGrpc.cs 66 public partial class GreeterClient : grpc::ClientBase<GreeterClient>
70 public GreeterClient(grpc::Channel channel) : base(channel)
75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker)
79 protected GreeterClient() : base()
84 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration)
133 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration)
135 return new GreeterClient(configuration);
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
HelloworldGrpc.cs 66 public partial class GreeterClient : grpc::ClientBase<GreeterClient>
70 public GreeterClient(grpc::Channel channel) : base(channel)
75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker)
79 protected GreeterClient() : base()
84 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration)
133 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration)
135 return new GreeterClient(configuration);
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
HelloworldGrpc.cs 67 public partial class GreeterClient : grpc::ClientBase<GreeterClient>
71 public GreeterClient(grpc::Channel channel) : base(channel)
76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker)
80 protected GreeterClient() : base()
85 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration)
134 protected override GreeterClient NewInstance(ClientBaseConfiguration configuration)
136 return new GreeterClient(configuration);

Completed in 326 milliseconds