HomeSort by relevance Sort by last modified time
    Searched defs:BenchmarkServiceClient (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
BenchmarkServiceClient.php 25 class BenchmarkServiceClient extends \Grpc\BaseStub {
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
BenchmarkServiceGrpc.cs 146 public partial class BenchmarkServiceClient : grpc::ClientBase<BenchmarkServiceClient>
150 public BenchmarkServiceClient(grpc::Channel channel) : base(channel)
155 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
159 protected BenchmarkServiceClient() : base()
164 protected BenchmarkServiceClient(ClientBaseConfiguration configuration) : base(configuration)
309 protected override BenchmarkServiceClient NewInstance(ClientBaseConfiguration configuration)
311 return new BenchmarkServiceClient(configuration);

Completed in 65 milliseconds