Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs177 public partial class BenchmarkServiceClient : grpc::ClientBase<BenchmarkServiceClient> class in Grpc.Testing.BenchmarkService
181 public BenchmarkServiceClient(grpc::ChannelBase channel) : base(channel) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
186 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
190 protected BenchmarkServiceClient() : base() in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
195 protected BenchmarkServiceClient(ClientBaseConfiguration configuration) : base(configuration) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php25 class BenchmarkServiceClient extends \Grpc\BaseStub { class