Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs47 public partial class EmptyServiceClient : grpc::ClientBase<EmptyServiceClient> class in Grpc.Testing.EmptyService
51 public EmptyServiceClient(grpc::Channel channel) : base(channel) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
56 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
60 protected EmptyServiceClient() : base() in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
65 protected EmptyServiceClient(ClientBaseConfiguration configuration) : base(configuration) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient
70 protected override EmptyServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
72 return new EmptyServiceClient(configuration); in NewInstance()
/external/golang-protobuf/protoc-gen-go/testdata/grpc/
Dgrpc_empty.pb.go52 type EmptyServiceClient interface { interface
59 func NewEmptyServiceClient(cc grpc.ClientConnInterface) EmptyServiceClient {