Searched defs:QuitWorker (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/proto/grpc/testing/ |
D | worker_service.proto | 44 rpc QuitWorker(Void) returns (Void); rpc
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | WorkerServiceGrpc.cs | 159 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Void> QuitWorker(global::G… in QuitWorker() method in Grpc.Testing.WorkerService.WorkerServiceBase 301 …public virtual global::Grpc.Testing.Void QuitWorker(global::Grpc.Testing.Void request, grpc::Metad… in QuitWorker() method in Grpc.Testing.WorkerService.WorkerServiceClient 311 …public virtual global::Grpc.Testing.Void QuitWorker(global::Grpc.Testing.Void request, grpc::CallO… in QuitWorker() method in Grpc.Testing.WorkerService.WorkerServiceClient
|
D | WorkerServiceImpl.cs | 93 public override Task<Void> QuitWorker(Void request, ServerCallContext context) in QuitWorker() method in Grpc.Testing.WorkerServiceImpl
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | WorkerServiceClient.php | 92 public function QuitWorker(\Grpc\Testing\PBVoid $argument, function in Grpc\\Testing\\WorkerServiceClient
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 192 def QuitWorker(self, request, context): member in WorkerServer
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | worker_servicer.py | 363 async def QuitWorker(self, unused_request, unused_context): member in WorkerServicer
|
/third_party/grpc/test/cpp/qps/ |
D | qps_worker.cc | 144 Status QuitWorker(ServerContext* /*ctx*/, const Void*, Void*) override { in QuitWorker() function in grpc::testing::WorkerServiceImpl
|