Home
last modified time | relevance | path

Searched refs:CreateChannelImpl (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/include/grpcpp/
Dcreate_channel_impl.h37 std::shared_ptr<::grpc::Channel> CreateChannelImpl(
/third_party/grpc/src/cpp/client/
Dinsecure_credentials.cc32 std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::__anon209125f30111::InsecureChannelCredentialsImpl
Dcronet_credentials.cc32 std::shared_ptr<grpc::Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::CronetChannelCredentialsImpl
Dcreate_channel.cc42 return creds ? creds->CreateChannelImpl(target, args) in CreateCustomChannel()
Dsecure_credentials.h45 std::shared_ptr<Channel> CreateChannelImpl(
Dsecure_credentials.cc53 std::shared_ptr<Channel> SecureChannelCredentials::CreateChannelImpl( in CreateChannelImpl() function in grpc::SecureChannelCredentials
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h91 virtual std::shared_ptr<Channel> CreateChannelImpl(
Dcredentials.h103 virtual std::shared_ptr<Channel> CreateChannelImpl(