Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs66 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
73 … new AsyncCallServer<TRequest, TResponse>.ResponseWithFlags(response, HandlerUtils.GetWriteFlags(c… in HandleCall()
81 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall()
129 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
143 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall()
193 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
198 … new AsyncCallServer<TRequest, TResponse>.ResponseWithFlags(response, HandlerUtils.GetWriteFlags(c… in HandleCall()
206 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall()
255 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
267 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall()
[all …]