Searched defs:ScopedVector (Results 1 – 9 of 9) sorted by relevance
9 class ScopedVector; variable
14 class ScopedVector; variable
16 template <class T> class ScopedVector; variable
21 class ScopedVector; variable
18 class ScopedVector; variable
36 ScopedVector() {} in ScopedVector() function38 ScopedVector(RValue other) { swap(*other.object); } in ScopedVector() function
46 ScopedVector() {} in ScopedVector() function48 ScopedVector(RValue other) { swap(*other.object); } in ScopedVector() function
137 explicit ScopedVector(int length) : Vector<T>(NewArray<T>(length), length) { } in ScopedVector() function