Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathServiceImpl.cs35 return Task.FromResult(DivInternal(request)); in Div()
65 …requestStream.ForEachAsync(async divArgs => await responseStream.WriteAsync(DivInternal(divArgs))); in DivMany()
68 static DivReply DivInternal(DivArgs args) in DivInternal() method in Math.MathServiceImpl