Searched refs:newEnd (Results 1 – 4 of 4) sorted by relevance
183 const auto newEnd = this->begin() + newSize; in resize_impl() local184 this->destruct(newEnd, this->end()); in resize_impl()185 this->mEnd = newEnd; in resize_impl()188 const auto newEnd = this->begin() + newSize; in resize_impl() local190 std::uninitialized_fill(this->end(), newEnd, T()); in resize_impl()192 this->mEnd = newEnd; in resize_impl()228 const auto newEnd = std::uninitialized_copy( in set_capacity() local233 this->mEnd = newEnd; in set_capacity()377 const auto newEnd = std::uninitialized_copy( variable380 this->mEnd = newEnd;
56 const auto newEnd = std::remove(mObjects.begin(), mObjects.end(), killable); in remove() local57 mObjects.erase(newEnd, mObjects.end()); in remove()
121 newEnd = followingSpaceIndex128 newBeginning = newEnd - maxLen131 line = continuation + line[newBeginning:newEnd] + continuation