/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ClientInterceptorTest.cs | 142 … 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()
|
D | ServerInterceptorTest.cs | 101 …quest, TResponse>(TRequest request, ServerCallContext context, UnaryServerMethod<TRequest, TRespon… in UnaryServerHandler() 107 …eader<TRequest> requestStream, ServerCallContext context, ClientStreamingServerMethod<TRequest, TR… in ClientStreamingServerHandler() 113 …ter<TResponse> responseStream, ServerCallContext context, ServerStreamingServerMethod<TRequest, TR… in ServerStreamingServerHandler() 119 …ter<TResponse> responseStream, ServerCallContext context, DuplexStreamingServerMethod<TRequest, TR… in DuplexStreamingServerHandler()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ |
D | CallInvokerExtensions.cs | 117 … 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()
|
D | ClientInterceptorContext.cs | 30 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; }
|
D | InterceptingCallInvoker.cs | 46 …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()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ClientBase.cs | 172 … 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()
|
D | DefaultCallInvoker.cs | 44 …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()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | UnimplementedCallInvoker.cs | 35 …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()
|
D | ServerCallHandler.cs | 46 …public UnaryServerCallHandler(Method<TRequest, TResponse> method, UnaryServerMethod<TRequest, TRes… in UnaryServerCallHandler() 110 …public ServerStreamingServerCallHandler(Method<TRequest, TResponse> method, ServerStreamingServerM… in ServerStreamingServerCallHandler() 173 …public ClientStreamingServerCallHandler(Method<TRequest, TResponse> method, ClientStreamingServerM… in ClientStreamingServerCallHandler() 236 …public DuplexStreamingServerCallHandler(Method<TRequest, TResponse> method, DuplexStreamingServerM… in DuplexStreamingServerCallHandler()
|
D | ClientResponseStream.cs | 33 public ClientResponseStream(AsyncCall<TRequest, TResponse> call) in ClientResponseStream()
|
D | ServerRequestStream.cs | 33 public ServerRequestStream(AsyncCallServer<TRequest, TResponse> call) in ServerRequestStream()
|
D | ClientRequestStream.cs | 30 public ClientRequestStream(AsyncCall<TRequest, TResponse> call) in ClientRequestStream()
|
D | ServerResponseStream.cs | 33 public ServerResponseStream(AsyncCallServer<TRequest, TResponse> call) in ServerResponseStream()
|
D | AsyncCall.cs | 56 public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails) in AsyncCall() 66 …public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails, INativeCall injectedNativ… in AsyncCall()
|