Home
last modified time | relevance | path

Searched refs:ChildPickerWrapper (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc82 class ChildPickerWrapper : public RefCounted<ChildPickerWrapper> { class in grpc_core::__anon084c3e020111::XdsClusterManagerLb
84 ChildPickerWrapper(std::string name, in ChildPickerWrapper() function in grpc_core::__anon084c3e020111::XdsClusterManagerLb::ChildPickerWrapper
102 RefCountedPtr<ChildPickerWrapper>>;
134 RefCountedPtr<ChildPickerWrapper> picker_wrapper() const { in picker_wrapper()
176 RefCountedPtr<ChildPickerWrapper> picker_wrapper_;
347 RefCountedPtr<ChildPickerWrapper>& child_picker = in UpdateStateLocked()
358 child_picker = MakeRefCounted<ChildPickerWrapper>( in UpdateStateLocked()
566 MakeRefCounted<ChildPickerWrapper>(xds_cluster_manager_child_->name_, in UpdateState()
Dxds_routing.cc95 class ChildPickerWrapper : public RefCounted<ChildPickerWrapper> { class in grpc_core::__anonc550cbee0111::XdsRoutingLb
97 ChildPickerWrapper(std::string name, in ChildPickerWrapper() function in grpc_core::__anonc550cbee0111::XdsRoutingLb::ChildPickerWrapper
115 RefCountedPtr<ChildPickerWrapper> picker;
153 RefCountedPtr<ChildPickerWrapper> picker_wrapper() const { in picker_wrapper()
192 RefCountedPtr<ChildPickerWrapper> picker_wrapper_;
482 route.picker = MakeRefCounted<ChildPickerWrapper>( in UpdateStateLocked()
668 xds_routing_child_->picker_wrapper_ = MakeRefCounted<ChildPickerWrapper>( in UpdateState()
Deds.cc104 class ChildPickerWrapper : public RefCounted<ChildPickerWrapper> { class in grpc_core::__anona97502f40111::EdsLb
106 explicit ChildPickerWrapper(std::unique_ptr<SubchannelPicker> picker) in ChildPickerWrapper() function in grpc_core::__anona97502f40111::EdsLb::ChildPickerWrapper
124 RefCountedPtr<ChildPickerWrapper> child_picker_;
217 RefCountedPtr<ChildPickerWrapper> child_picker_;
279 MakeRefCounted<ChildPickerWrapper>(std::move(picker)); in UpdateState()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc86 class ChildPickerWrapper : public RefCounted<ChildPickerWrapper> { class in grpc_core::__anonc87064770111::WeightedTargetLb
88 explicit ChildPickerWrapper(std::unique_ptr<SubchannelPicker> picker) in ChildPickerWrapper() function in grpc_core::__anonc87064770111::WeightedTargetLb::ChildPickerWrapper
105 std::pair<uint32_t, RefCountedPtr<ChildPickerWrapper>>, 1>;
135 RefCountedPtr<ChildPickerWrapper> picker_wrapper() const { in picker_wrapper()
180 RefCountedPtr<ChildPickerWrapper> picker_wrapper_;
520 picker_wrapper_ = MakeRefCounted<ChildPickerWrapper>(std::move(picker)); in OnConnectivityStateUpdateLocked()