Home
last modified time | relevance | path

Searched defs:BlockingUnaryCall (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_unary_call.h43 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_unary_call.h43 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall() function
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_unary_call.h38 Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method, in BlockingUnaryCall() function
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DUnimplementedCallInvoker.cs35 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/external/grpc-grpc/src/csharp/Grpc.Core/
DDefaultCallInvoker.cs44 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall() method in Grpc.Core.DefaultCallInvoker
DClientBase.cs172 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientIntercept… in BlockingUnaryCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DInterceptingCallInvoker.cs46 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(Method<TRequest, TResponse> metho… in BlockingUnaryCall() method in Grpc.Core.Interceptors.InterceptingCallInvoker
DCallInvokerExtensions.cs117 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientIntercept… in BlockingUnaryCall() method in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs142 …public override TResponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientIntercept… in BlockingUnaryCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.CallbackInterceptor