/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerServiceDefinitionExtensions.cs | 49 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()
|
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 | 45 …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()
|
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()
|
/third_party/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 | 148 …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/ |
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 | 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 | 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()
|
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/ |
D | ServerServiceDefinitionExtensions.cs | 100 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/ |
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()
|
/third_party/grpc/src/csharp/Grpc.Core.Api/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()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
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()
|