Home | History | Annotate | Download | only in src

Lines Matching refs:child_idx_

388       : node(node), child_idx_(0) { }
390 return node->children()->at(child_idx_);
393 return child_idx_ < node->children()->length();
395 INLINE(void next_child()) { ++child_idx_; }
399 int child_idx_;