Searched defs:Vector (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/utils/
H A DVector.h43 class Vector : private VectorImpl class in namespace:android
52 Vector();
53 Vector(const Vector<TYPE>& rhs);
54 explicit Vector(const SortedVector<TYPE>& rhs);
55 virtual ~Vector();
58 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const;
59 Vector<TYPE>& operator = (const Vector<TYP
219 Vector<TYPE>::Vector() function in class:android::Vector
229 Vector<TYPE>::Vector(const Vector<TYPE>& rhs) function in class:android::Vector
234 Vector<TYPE>::Vector(const SortedVector<TYPE>& rhs) function in class:android::Vector
[all...]
/frameworks/rs/
H A DrsCppUtils.h23 #include <utils/Vector.h>
56 // server has no Vector or String8 classes; implement on top of STL
91 template <class T> class Vector: public std::vector<T> { class in namespace:android
117 template<> class Vector<bool>: public std::vector<char> { class in namespace:android

Completed in 3470 milliseconds