Searched refs:HandlerUtils (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 65 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall() 72 … new AsyncCallServer<TRequest, TResponse>.ResponseWithFlags(response, HandlerUtils.GetWriteFlags(c… in HandleCall() 80 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall() 123 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall() 137 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall() 182 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall() 187 … new AsyncCallServer<TRequest, TResponse>.ResponseWithFlags(response, HandlerUtils.GetWriteFlags(c… in HandleCall() 195 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall() 239 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall() 251 … status = HandlerUtils.GetStatusFromExceptionAndMergeTrailers(e, context.ResponseTrailers); in HandleCall() [all …]
|