Searched refs:DivInternal (Results 1 – 1 of 1) sorted by relevance
35 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