Home
last modified time | relevance | path

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

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