Searched refs:children_index_ (Results 1 – 3 of 3) sorted by relevance
38 children_index_ = index; in set_children_index()51 DCHECK_GE(children_index_, 0); in children_begin()53 children_index_ < static_cast<int>(snapshot_->children().size()) || in children_begin()54 (children_index_ == static_cast<int>(snapshot_->children().size()) && in children_begin()56 return snapshot_->children().begin() + children_index_; in children_begin()
157 int children_index_; variable
72 children_index_(-1), in HeapEntry()