Home
last modified time | relevance | path

Searched refs:child_ids_ (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.cc50 child_ids_.clear(); in UpdateValue()
52 child_ids_.push_back( in UpdateValue()
139 int count = static_cast<int>(child_ids_.size()); in GetChildCount()
151 int count = static_cast<int>(child_ids_.size()); in ChildAtIndex()
153 return accessibility_helper_->GetNode(OsrAXTreeId(), child_ids_[index]); in ChildAtIndex()
Dosr_accessibility_node.h113 std::vector<int> child_ids_; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/sampler/
Dsampler.cc178 if (child_ids_.empty()) { in GetAssociatedChildId()
182 std::shared_ptr<Tensor> sample_ids = child_ids_[0]; in GetAssociatedChildId()
Dsampler.h176 TensorRow child_ids_; variable
Dpython_sampler.cc31 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()
Dsubset_sampler.cc65 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()
Dsequential_sampler.cc35 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()
Drandom_sampler.cc41 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()
Dpk_sampler.cc80 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()
Dweighted_random_sampler.cc134 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()
Ddistributed_sampler.cc117 RETURN_IF_NOT_OK(child_[0]->GetNextSample(&child_ids_)); in GetNextSample()