Home
last modified time | relevance | path

Searched refs:SortedVector (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/include/utils/
DSortedVector.h36 class SortedVector : private SortedVectorImpl
47 SortedVector();
48 SortedVector(const SortedVector<TYPE>& rhs);
49 virtual ~SortedVector();
52 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
53 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
117 ssize_t merge(const SortedVector<TYPE>& vector);
159 SortedVector<TYPE>::SortedVector() in SortedVector() function
169 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) in SortedVector() function
174 SortedVector<TYPE>::~SortedVector() { in ~SortedVector()
[all …]
DVector.h46 class SortedVector; variable
68 explicit Vector(const SortedVector<TYPE>& rhs);
75 const Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
76 Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
244 Vector<TYPE>::Vector(const SortedVector<TYPE>& rhs) in Vector()
266 Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
272 const Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
DKeyedVector.h98 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;