Home
last modified time | relevance | path

Searched refs:CoreCount (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs117 … global::System.Threading.Tasks.Task<global::Grpc.Testing.CoreResponse> CoreCount(global::Grpc.Tes… in CoreCount() method in Grpc.Testing.WorkerService.WorkerServiceBase
226 …public virtual global::Grpc.Testing.CoreResponse CoreCount(global::Grpc.Testing.CoreRequest reques… in CoreCount() method in Grpc.Testing.WorkerService.WorkerServiceClient
228 return CoreCount(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in CoreCount()
236 …public virtual global::Grpc.Testing.CoreResponse CoreCount(global::Grpc.Testing.CoreRequest reques… in CoreCount() method in Grpc.Testing.WorkerService.WorkerServiceClient
320 .AddMethod(__Method_CoreCount, serviceImpl.CoreCount) in BindService()
DWorkerServiceImpl.cs88 public override Task<CoreResponse> CoreCount(CoreRequest request, ServerCallContext context) in CoreCount() method in Grpc.Testing.WorkerServiceImpl
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php74 public function CoreCount(\Grpc\Testing\CoreRequest $argument, function in Grpc\\Testing\\WorkerServiceClient
/external/grpc-grpc/src/proto/grpc/testing/
Dworker_service.proto41 rpc CoreCount(CoreRequest) returns (CoreResponse); rpc
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dworker_service.proto41 rpc CoreCount(CoreRequest) returns (CoreResponse); rpc
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto67 rpc CoreCount(CoreRequest) returns (CoreResponse); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py179 def CoreCount(self, request, context): member in WorkerServer
/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc132 Status CoreCount(ServerContext* ctx, const CoreRequest*, in CoreCount() function in grpc::testing::WorkerServiceImpl