Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dworker_service.proto41 rpc CoreCount(CoreRequest) returns (CoreResponse); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs148 … global::System.Threading.Tasks.Task<global::Grpc.Testing.CoreResponse> CoreCount(global::Grpc.Tes… in CoreCount() method in Grpc.Testing.WorkerService.WorkerServiceBase
257 …public virtual global::Grpc.Testing.CoreResponse CoreCount(global::Grpc.Testing.CoreRequest reques… in CoreCount() method in Grpc.Testing.WorkerService.WorkerServiceClient
267 …public virtual global::Grpc.Testing.CoreResponse CoreCount(global::Grpc.Testing.CoreRequest reques… in CoreCount() method in Grpc.Testing.WorkerService.WorkerServiceClient
DWorkerServiceImpl.cs88 public override Task<CoreResponse> CoreCount(CoreRequest request, ServerCallContext context) in CoreCount() method in Grpc.Testing.WorkerServiceImpl
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php77 public function CoreCount(\Grpc\Testing\CoreRequest $argument, function in Grpc\\Testing\\WorkerServiceClient
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py189 def CoreCount(self, request, context): member in WorkerServer
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py360 async def CoreCount(unused_request, unused_context): member in WorkerServicer
/third_party/grpc/test/cpp/qps/
Dqps_worker.cc138 Status CoreCount(ServerContext* /*ctx*/, const CoreRequest*, in CoreCount() function in grpc::testing::WorkerServiceImpl