Home | History | Annotate | Download | only in Scalar

Lines Matching refs:vec

478 template <typename T> static void unique_unsorted(std::vector<T> &vec) {
481 vec.reserve(vec.size());
482 std::swap(tmp, vec);
485 vec.push_back(V);