Home
last modified time | relevance | path

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

/external/grpc-grpc/src/proto/grpc/testing/
Dworker_service.proto44 rpc QuitWorker(Void) returns (Void); rpc
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dworker_service.proto44 rpc QuitWorker(Void) returns (Void); rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php92 public function QuitWorker(\Grpc\Testing\PBVoid $argument, function in Grpc\\Testing\\WorkerServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto70 rpc QuitWorker(Void) returns (Void); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py251 def QuitWorker(self, request, context): member in WorkerServer
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py398 async def QuitWorker(self, unused_request, unused_context): member in WorkerServicer
/external/pytorch/torch/csrc/api/include/torch/data/dataloader/
Dbase.h108 struct QuitWorker {}; struct
/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc145 Status QuitWorker(ServerContext* /*ctx*/, const Void*, Void*) override { in QuitWorker() function in grpc::testing::WorkerServiceImpl