Home
last modified time | relevance | path

Searched refs:CreateChannelWithInterceptors (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/cpp/client/
Dinsecure_credentials.cc34 return CreateChannelWithInterceptors( in CreateChannelImpl()
40 std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function in grpc::__anon209125f30111::InsecureChannelCredentialsImpl
Dcronet_credentials.cc34 return CreateChannelWithInterceptors( in CreateChannelImpl()
43 std::shared_ptr<grpc::Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function in grpc::CronetChannelCredentialsImpl
Dcreate_channel.cc74 return creds ? creds->CreateChannelWithInterceptors( in CreateCustomChannelWithInterceptors()
Dsecure_credentials.h51 std::shared_ptr<Channel> CreateChannelWithInterceptors(
Dsecure_credentials.cc55 return CreateChannelWithInterceptors( in CreateChannelImpl()
62 SecureChannelCredentials::CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function in grpc::SecureChannelCredentials
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h96 virtual std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function
Dcredentials.h108 virtual std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function