Home | History | Annotate | Download | only in src

Lines Matching refs:chunk

682       Vector<T> chunk = chunks_.at(i);
683 for (int j = 0; j < chunk.length(); j++) {
684 destination[position] = chunk[j];
714 int index_; // Current index in current chunk.
717 // Creates a new current chunk, and stores the old chunk in the chunks_ list.
740 // Before replacing the current chunk, give a subclass the option to move
741 // some of the current data into the new chunk. The function may update
742 // the current index_ value to represent data no longer in the current chunk.
743 // Returns the initial index of the new chunk (after copied data).
806 // Move the currently active sequence to the new chunk.