Home | History | Annotate | Download | only in src

Lines Matching full:chunk

556       Vector<T> chunk = chunks_.at(i);
557 for (int j = 0; j < chunk.length(); j++) {
558 destination[position] = chunk[j];
595 int index_; // Current index in current chunk.
598 // Creates a new current chunk, and stores the old chunk in the chunks_ list.
615 // the new chunk.
623 // Before replacing the current chunk, give a subclass the option to move
624 // some of the current data into the new chunk. The function may update
625 // the current index_ value to represent data no longer in the current chunk.
626 // Returns the initial index of the new chunk (after copied data).
682 // Move the currently active sequence to the new chunk.
686 // The new chunk is always larger than the current chunk, so there