Home
last modified time | relevance | path

Searched defs:CreateCall (Results 1 – 5 of 5) 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.h49 Call CreateCall(const RpcMethod& method, ::grpc::ClientContext* context, in CreateCall() function
Ddelegating_channel.h46 internal::Call CreateCall(const internal::RpcMethod& method, in CreateCall() function
/third_party/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc177 RefCountedPtr<DynamicFilters::Call> DynamicFilters::CreateCall( in CreateCall() function in grpc_core::DynamicFilters
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc150 ::grpc::internal::Call Channel::CreateCall( in CreateCall() function in grpc::Channel