Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs48 public partial class EmptyServiceClient : grpc::ClientBase<EmptyServiceClient> class in Grpc.Testing.EmptyService
52 public EmptyServiceClient(grpc::ChannelBase channel) : base(channel) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
57 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
61 protected EmptyServiceClient() : base() in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
66 protected EmptyServiceClient(ClientBaseConfiguration configuration) : base(configuration) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEmptyServiceClient.php25 class EmptyServiceClient extends \Grpc\BaseStub { class