Lines Matching refs:end
56 for (auto it = this->begin(); it != this->end(); ++it)
64 return {std::prev(this->end()), true};
71 for (auto it = this->begin(); it != this->end(); ++it)
79 return {std::prev(this->end()), true};
108 for (auto it = this->begin(); it != this->end(); ++it)
123 for (auto it = this->begin(); it != this->end(); ++it)
136 for (auto it = this->begin(); it != this->end(); ++it)
151 for (auto it = this->begin(); it != this->end(); ++it)
164 for (auto it = this->begin(); it != this->end(); ++it)
169 for (auto next = it; ++next != this->end(); ++it)
185 for (auto it = this->begin(); it != this->end(); ++it)
190 for (auto next = it; ++next != this->end(); ++it)
237 for (auto it = first; std::next(it, elements_affected) != Container::end(); ++it)
247 // remove the unneeded elements at the end of the vector
262 for (auto it = this->begin(); it != this->end(); ++it)
276 for (auto it = this->begin(); it != this->end(); ++it)
288 for (auto it = this->begin(); it != this->end(); ++it)
295 return Container::end();
302 for (auto it = this->begin(); it != this->end(); ++it)
309 return Container::end();
314 for (auto it = this->begin(); it != this->end(); ++it)
321 return Container::end();
331 for (auto it = this->begin(); it != this->end(); ++it)
339 return {--this->end(), true};