Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs136 public partial class WorkerServiceClient : grpc::ClientBase<WorkerServiceClient> class in Grpc.Testing.WorkerService
140 public WorkerServiceClient(grpc::Channel channel) : base(channel) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
145 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
149 protected WorkerServiceClient() : base() in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
154 protected WorkerServiceClient(ClientBaseConfiguration configuration) : base(configuration) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php25 class WorkerServiceClient extends \Grpc\BaseStub { class