Searched defs:AsyncCall (Results 1 – 2 of 2) sorted by relevance
31 …internal class AsyncCall<TRequest, TResponse> : AsyncCallBase<TRequest, TResponse>, IUnaryResponse… class56 public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails) in AsyncCall() method in Grpc.Core.Internal.AsyncCall66 …public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails, INativeCall injectedNativ… in AsyncCall() method in Grpc.Core.Internal.AsyncCall
267 FSReqBase* AsyncCall(Environment* env, in AsyncCall() function