Home | History | Annotate | Download | only in src

Lines Matching refs:first_index

9785   int first_index = array->last_used_index();
9788 for (int i = first_index;;) {
9798 if (i == first_index) break;
9864 int first_index = last_used_index();
9865 for (int i = first_index;;) {
9872 if (i == first_index) return false;