Home | History | Annotate | Download | only in src

Lines Matching refs:New

343   static Vector<T> New(int length) {
377 // Returns a clone of this vector with a new backing store.
527 current_chunk_ = Vector<T>::New(initial_capacity);
607 Vector<T> new_store = Vector<T>::New(size_);
625 // Creates a new current chunk, and stores the old chunk in the chunks_ list.
649 // some of the current data into the new chunk. The function may update
651 // Returns the initial index of the new chunk (after copied data).
653 Vector<T> new_chunk = Vector<T>::New(new_capacity);
714 // Move the currently active sequence to the new chunk.
722 Vector<T> new_chunk = Vector<T>::New(sequence_length + new_capacity);