Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs54 …obal::Grpc.Testing.CoreRequest, global::Grpc.Testing.CoreResponse> __Method_CoreCount = new grpc::… field in Grpc.Testing.WorkerService
238 return CallInvoker.BlockingUnaryCall(__Method_CoreCount, null, options, request); in CoreCount()
260 return CallInvoker.AsyncUnaryCall(__Method_CoreCount, null, options, request); in CoreCountAsync()
320 .AddMethod(__Method_CoreCount, serviceImpl.CoreCount) in BindService()