Searched refs:childrenTotal (Results 1 – 1 of 1) sorted by relevance
2816 int childrenTotal = static_cast<int>(children_.size()); in GetChildIdByIndex() local2817 if (childrenTotal <= 0 || index < -1 || index >= childrenTotal) { in GetChildIdByIndex()2821 index = childrenTotal - 1; in GetChildIdByIndex()