Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs167 public partial class WorkerServiceClient : grpc::ClientBase<WorkerServiceClient> class in Grpc.Testing.WorkerService
171 public WorkerServiceClient(grpc::ChannelBase channel) : base(channel) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
176 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
180 protected WorkerServiceClient() : base() in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
185 protected WorkerServiceClient(ClientBaseConfiguration configuration) : base(configuration) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php25 class WorkerServiceClient extends \Grpc\BaseStub { class