Home | History | Annotate | Download | only in src

Lines Matching refs:to_index

5782   int to_index = 0;
5788 insertion_index = to_index++;
5794 new_descriptors->CopyFrom(to_index++, this, from_index, witness);
5800 if (insertion_index < 0) insertion_index = to_index++;
5803 ASSERT(to_index == new_descriptors->number_of_descriptors());