/third_party/grpc/test/core/util/ |
D | test_lb_policies.cc | 140 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon2e2351090111::TestPickArgsLb::Helper 142 return parent_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel() 250 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon2e2351090111::InterceptRecvTrailingMetadataLoadBalancingPolicy::Helper 252 return parent_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | client_channel_factory.h | 35 virtual Subchannel* CreateSubchannel(const grpc_channel_args* args) = 0;
|
D | resolving_lb_policy.cc | 111 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::ResolvingLoadBalancingPolicy::ResolvingControlHelper 114 return parent_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
|
D | lb_policy.h | 280 virtual RefCountedPtr<SubchannelInterface> CreateSubchannel(
|
D | client_channel.cc | 1730 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon6b4c07050111::ChannelData::ClientChannelControlHelper 1762 chand_->client_channel_factory_->CreateSubchannel(new_args); in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | child_policy_handler.cc | 41 RefCountedPtr<SubchannelInterface> CreateSubchannel( in CreateSubchannel() function in grpc_core::ChildPolicyHandler::Helper 45 return parent_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
|
D | subchannel_list.h | 371 helper->CreateSubchannel(address, args); in SubchannelList()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | lrs.cc | 121 RefCountedPtr<SubchannelInterface> CreateSubchannel( 321 RefCountedPtr<SubchannelInterface> LrsLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonbac676690111::LrsLb::Helper 324 return lrs_policy_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
|
D | xds_cluster_impl.cc | 227 RefCountedPtr<SubchannelInterface> CreateSubchannel( 540 RefCountedPtr<SubchannelInterface> XdsClusterImplLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon93b706d90111::XdsClusterImplLb::Helper 562 xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel() 567 return xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
|
D | xds_cluster_manager.cc | 148 RefCountedPtr<SubchannelInterface> CreateSubchannel( 539 XdsClusterManagerLb::ClusterChild::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anon084c3e020111::XdsClusterManagerLb::ClusterChild::Helper 546 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
|
D | cds.cc | 121 RefCountedPtr<SubchannelInterface> CreateSubchannel( 233 RefCountedPtr<SubchannelInterface> CdsLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anona4cab1b20111::CdsLb::Helper 236 return parent_->channel_control_helper()->CreateSubchannel(std::move(address), in CreateSubchannel()
|
D | eds.cc | 134 RefCountedPtr<SubchannelInterface> CreateSubchannel( 261 RefCountedPtr<SubchannelInterface> EdsLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anona97502f40111::EdsLb::Helper 264 return eds_policy_->channel_control_helper()->CreateSubchannel(args); in CreateSubchannel()
|
D | xds_routing.cc | 165 RefCountedPtr<SubchannelInterface> CreateSubchannel( 650 XdsRoutingLb::XdsRoutingChild::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonc550cbee0111::XdsRoutingLb::XdsRoutingChild::Helper 654 ->CreateSubchannel(args); in CreateSubchannel()
|
D | xds_cluster_resolver.cc | 287 RefCountedPtr<SubchannelInterface> CreateSubchannel( 350 XdsClusterResolverLb::Helper::CreateSubchannel(ServerAddress address, in CreateSubchannel() function in grpc_core::__anon9699b2f90111::XdsClusterResolverLb::Helper 354 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create.cc | 40 Subchannel* CreateSubchannel(const grpc_channel_args* args) override { in CreateSubchannel() function in grpc_core::Chttp2InsecureClientChannelFactory
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/ |
D | weighted_target.cc | 147 RefCountedPtr<SubchannelInterface> CreateSubchannel( 592 WeightedTargetLb::WeightedChild::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonc87064770111::WeightedTargetLb::WeightedChild::Helper 596 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 46 Subchannel* CreateSubchannel(const grpc_channel_args* args) override { in CreateSubchannel() function in grpc_core::Chttp2SecureClientChannelFactory
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/ |
D | priority.cc | 159 RefCountedPtr<SubchannelInterface> CreateSubchannel( 752 PriorityLb::ChildPriority::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anonb263286d0111::PriorityLb::ChildPriority::Helper 756 ->CreateSubchannel(std::move(address), args); in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 355 RefCountedPtr<SubchannelInterface> CreateSubchannel( 666 RefCountedPtr<SubchannelInterface> GrpcLb::Helper::CreateSubchannel( in CreateSubchannel() function in grpc_core::__anone44b111d0111::GrpcLb::Helper 681 parent_->channel_control_helper()->CreateSubchannel(std::move(address), in CreateSubchannel()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 321 grpc_core::Subchannel* CreateSubchannel( in CreateSubchannel() function in FakeClientChannelFactory
|