Home
last modified time | relevance | path

Searched defs:QuitWorker (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/
Dworker_service.proto44 rpc QuitWorker(Void) returns (Void); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs159 …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
DWorkerServiceImpl.cs93 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/
DWorkerServiceClient.php92 public function QuitWorker(\Grpc\Testing\PBVoid $argument, function in Grpc\\Testing\\WorkerServiceClient
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py192 def QuitWorker(self, request, context): member in WorkerServer
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py363 async def QuitWorker(self, unused_request, unused_context): member in WorkerServicer
/third_party/grpc/test/cpp/qps/
Dqps_worker.cc144 Status QuitWorker(ServerContext* /*ctx*/, const Void*, Void*) override { in QuitWorker() function in grpc::testing::WorkerServiceImpl