Home | History | Annotate | Download | only in ADT

Lines Matching full:newend

759     iterator NewEnd;
761 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
763 NewEnd = this->begin();
766 this->destroy_range(NewEnd, this->end());
769 this->setEnd(NewEnd);
819 iterator NewEnd = this->begin();
821 NewEnd = this->move(RHS.begin(), RHS.end(), NewEnd);
824 this->destroy_range(NewEnd, this->end());
825 this->setEnd(NewEnd);