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.h44 class SortedVector; variable
66 explicit Vector(const SortedVector<TYPE>& rhs);
73 const Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
74 Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
242 Vector<TYPE>::Vector(const SortedVector<TYPE>& rhs) in Vector()
264 Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
270 const Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
DKeyedVector.h98 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;