Searched refs:SortedVector (Results 1 – 3 of 3) sorted by relevance
36 class SortedVector : private SortedVectorImpl47 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() function169 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) in SortedVector() function174 SortedVector<TYPE>::~SortedVector() { in ~SortedVector()[all …]
46 class SortedVector; variable68 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 {
98 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;