Home
last modified time | relevance | path

Searched defs:TRequest (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerServiceDefinitionExtensions.cs49 public override void AddMethod<TRequest, TResponse>( in AddMethod()
51 UnaryServerMethod<TRequest, TResponse> handler) in AddMethod()
56 public override void AddMethod<TRequest, TResponse>( in AddMethod()
58 ClientStreamingServerMethod<TRequest, TResponse> handler) in AddMethod()
63 public override void AddMethod<TRequest, TResponse>( in AddMethod()
65 ServerStreamingServerMethod<TRequest, TResponse> handler) in AddMethod()
70 public override void AddMethod<TRequest, TResponse>( in AddMethod()
72 DuplexStreamingServerMethod<TRequest, TResponse> handler) in AddMethod()
DUnimplementedCallInvoker.cs35 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall()
40 …erride AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncUnaryCall()
45 …reamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncServerStreamingCall()
50 …l<TRequest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncClientStreamingCall()
55 …l<TRequest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncDuplexStreamingCall()
DServerCallHandler.cs45 …public UnaryServerCallHandler(Method<TRequest, TResponse> method, UnaryServerMethod<TRequest, TRes… in UnaryServerCallHandler()
104 …public ServerStreamingServerCallHandler(Method<TRequest, TResponse> method, ServerStreamingServerM… in ServerStreamingServerCallHandler()
162 …public ClientStreamingServerCallHandler(Method<TRequest, TResponse> method, ClientStreamingServerM… in ClientStreamingServerCallHandler()
220 …public DuplexStreamingServerCallHandler(Method<TRequest, TResponse> method, DuplexStreamingServerM… in DuplexStreamingServerCallHandler()
DClientResponseStream.cs33 public ClientResponseStream(AsyncCall<TRequest, TResponse> call) in ClientResponseStream()
DServerRequestStream.cs33 public ServerRequestStream(AsyncCallServer<TRequest, TResponse> call) in ServerRequestStream()
DClientRequestStream.cs30 public ClientRequestStream(AsyncCall<TRequest, TResponse> call) in ClientRequestStream()
DServerResponseStream.cs33 public ServerResponseStream(AsyncCallServer<TRequest, TResponse> call) in ServerResponseStream()
DAsyncCall.cs56 public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails) in AsyncCall()
66 …public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails, INativeCall injectedNativ… in AsyncCall()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs142 … TResponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, BlockingUnary… in BlockingUnaryCall()
148 …, TResponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, AsyncUnaryCa… in AsyncUnaryCall()
154 …sponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, AsyncServerStream… in AsyncServerStreamingCall()
160 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncClientStream… in AsyncClientStreamingCall()
166 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncDuplexStream… in AsyncDuplexStreamingCall()
175 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncClientStream… in AsyncClientStreamingCall()
DServerInterceptorTest.cs148 …quest, TResponse>(TRequest request, ServerCallContext context, UnaryServerMethod<TRequest, TRespon… in UnaryServerHandler()
154 …eader<TRequest> requestStream, ServerCallContext context, ClientStreamingServerMethod<TRequest, TR… in ClientStreamingServerHandler()
160 …ter<TResponse> responseStream, ServerCallContext context, ServerStreamingServerMethod<TRequest, TR… in ServerStreamingServerHandler()
166 …ter<TResponse> responseStream, ServerCallContext context, DuplexStreamingServerMethod<TRequest, TR… in DuplexStreamingServerHandler()
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DClientInterceptorContext.cs30 where TRequest : class struct
40 …blic ClientInterceptorContext(Method<TRequest, TResponse> method, string host, CallOptions options) in ClientInterceptorContext()
51 public Method<TRequest, TResponse> Method { get; }
56 public string Host { get; }
62 public CallOptions Options { get; }
DCallInvokerExtensions.cs117 … TResponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, BlockingUnary… in BlockingUnaryCall()
122 …, TResponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, AsyncUnaryCa… in AsyncUnaryCall()
127 …sponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, AsyncServerStream… in AsyncServerStreamingCall()
132 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncClientStream… in AsyncClientStreamingCall()
137 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncDuplexStream… in AsyncDuplexStreamingCall()
DInterceptingCallInvoker.cs46 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall()
57 …erride AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncUnaryCall()
68 …reamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncServerStreamingCall()
79 …l<TRequest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncClientStreamingCall()
89 …l<TRequest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncDuplexStreamingCall()
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs100 public override void AddMethod<TRequest, TResponse>( in AddMethod()
102 UnaryServerMethod<TRequest, TResponse> handler) in AddMethod()
107 public override void AddMethod<TRequest, TResponse>( in AddMethod()
109 ClientStreamingServerMethod<TRequest, TResponse> handler) in AddMethod()
114 public override void AddMethod<TRequest, TResponse>( in AddMethod()
116 ServerStreamingServerMethod<TRequest, TResponse> handler) in AddMethod()
121 public override void AddMethod<TRequest, TResponse>( in AddMethod()
123 DuplexStreamingServerMethod<TRequest, TResponse> handler) in AddMethod()
/third_party/grpc/src/csharp/Grpc.Core.Api/
DClientBase.cs172 … TResponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, BlockingUnary… in BlockingUnaryCall()
177 …, TResponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, AsyncUnaryCa… in AsyncUnaryCall()
182 …sponse>(TRequest request, ClientInterceptorContext<TRequest, TResponse> context, AsyncServerStream… in AsyncServerStreamingCall()
187 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncClientStream… in AsyncClientStreamingCall()
192 …Call<TRequest, TResponse>(ClientInterceptorContext<TRequest, TResponse> context, AsyncDuplexStream… in AsyncDuplexStreamingCall()
/third_party/grpc/src/csharp/Grpc.Core.Api/Internal/
DUnimplementedCallInvoker.cs35 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall()
40 …erride AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncUnaryCall()
45 …reamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncServerStreamingCall()
50 …l<TRequest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncClientStreamingCall()
55 …l<TRequest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncDuplexStreamingCall()
/third_party/grpc/src/csharp/Grpc.Core/
DDefaultCallInvoker.cs44 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall()
53 …erride AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncUnaryCall()
63 …reamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncServerStreamingCall()
73 …l<TRequest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncClientStreamingCall()
84 …l<TRequest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(Method<TRequest, TResponse> m… in AsyncDuplexStreamingCall()