Searched defs:BenchmarkServiceClient (Results 1 – 2 of 2) sorted by relevance
177 public partial class BenchmarkServiceClient : grpc::ClientBase<BenchmarkServiceClient> class in Grpc.Testing.BenchmarkService181 public BenchmarkServiceClient(grpc::ChannelBase channel) : base(channel) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient186 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient190 protected BenchmarkServiceClient() : base() in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient195 protected BenchmarkServiceClient(ClientBaseConfiguration configuration) : base(configuration) in BenchmarkServiceClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
25 class BenchmarkServiceClient extends \Grpc\BaseStub { class