Searched defs:BenchmarkServiceClient (Results 1 – 2 of 2) sorted by relevance
146 public partial class BenchmarkServiceClient : grpc::ClientBase<BenchmarkServiceClient> class in Grpc.Testing.BenchmarkService150 public BenchmarkServiceClient(grpc::Channel channel) : base(channel) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient155 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient159 protected BenchmarkServiceClient() : base() in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient164 protected BenchmarkServiceClient(ClientBaseConfiguration configuration) : base(configuration) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
25 class BenchmarkServiceClient extends \Grpc\BaseStub { class