Searched defs:ScopedVector (Results 1 – 2 of 2) sorted by relevance
43 ScopedVector() {} in ScopedVector() function47 ScopedVector(ScopedVector&& other) { *this = std::move(other); } in ScopedVector() function
182 explicit ScopedVector(int length) : Vector<T>(NewArray<T>(length), length) { } in ScopedVector() function