Home
last modified time | relevance | path

Searched defs:AsyncUnaryCall (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncUnaryCall.cs29 public sealed class AsyncUnaryCall<TResponse> : IDisposable class
43 public AsyncUnaryCall(Task<TResponse> responseAsync, in AsyncUnaryCall() method in Grpc.Core.AsyncUnaryCall
62 public AsyncUnaryCall(Task<TResponse> responseAsync, in AsyncUnaryCall() method in Grpc.Core.AsyncUnaryCall
DClientBase.cs177 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(TRequest request, Cl… in AsyncUnaryCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestCalls.cs34 public static AsyncUnaryCall<TResponse> AsyncUnaryCall<TResponse> ( in AsyncUnaryCall() method in Grpc.Core.Testing.TestCalls
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnimplementedCallInvoker.cs40 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/third_party/grpc/src/csharp/Grpc.Core.Api/Internal/
DUnimplementedCallInvoker.cs40 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/third_party/grpc/src/csharp/Grpc.Core/
DDefaultCallInvoker.cs53 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.DefaultCallInvoker
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DInterceptingCallInvoker.cs57 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.Interceptors.InterceptingCallInvoker
DCallInvokerExtensions.cs122 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(TRequest request, Cl… in AsyncUnaryCall() method in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs148 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(TRequest request, Cl… in AsyncUnaryCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.CallbackInterceptor
/third_party/grpc/test/cpp/interop/
Dxds_interop_client.cc153 void AsyncUnaryCall( in AsyncUnaryCall() function in TestClient