Home
last modified time | relevance | path

Searched defs:BenchmarkServiceClient (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs146 public partial class BenchmarkServiceClient : grpc::ClientBase<BenchmarkServiceClient> class in Grpc.Testing.BenchmarkService
150 public BenchmarkServiceClient(grpc::Channel channel) : base(channel) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
155 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
159 protected BenchmarkServiceClient() : base() in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
164 protected BenchmarkServiceClient(ClientBaseConfiguration configuration) : base(configuration) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php25 class BenchmarkServiceClient extends \Grpc\BaseStub { class