Searched defs:CreateChannelWithInterceptors (Results 1 – 5 of 5) sorted by relevance
| /third_party/grpc/src/cpp/client/ | ||
| D | insecure_credentials.cc | 40 std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function in grpc::__anon82e198940111::InsecureChannelCredentialsImpl |
| D | cronet_credentials.cc | 43 std::shared_ptr<grpc::Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function in grpc::CronetChannelCredentialsImpl |
| D | secure_credentials.cc | 62 SecureChannelCredentials::CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function in grpc::SecureChannelCredentials |
| /third_party/grpc/include/grpcpp/security/ | ||
| D | credentials.h | 108 virtual std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function |
| D | credentials_impl.h | 96 virtual std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors() function |