Home
last modified time | relevance | path

Searched defs:CreateCall (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs51 …public CallSafeHandle CreateCall(CallSafeHandle parentCall, ContextPropagationFlags propagationMas… in CreateCall() method in Grpc.Core.Internal.ChannelSafeHandle
/third_party/grpc/include/grpcpp/impl/codegen/
Dintercepted_channel.h52 Call CreateCall(const RpcMethod& method, ::grpc_impl::ClientContext* context, in CreateCall() function
Ddelegating_channel.h41 internal::Call CreateCall(const internal::RpcMethod& method, in CreateCall() function
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc155 ::grpc::internal::Call Channel::CreateCall( in CreateCall() function in grpc_impl::Channel