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

/system/core/include/utils/
H A DSortedVector.h34 class SortedVector : private SortedVectorImpl class in namespace:android
45 SortedVector();
46 SortedVector(const SortedVector<TYPE>& rhs);
47 virtual ~SortedVector();
50 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
51 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
115 ssize_t merge(const SortedVector<TYP
157 SortedVector<TYPE>::SortedVector() function in class:android::SortedVector
167 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) function in class:android::SortedVector
[all...]
/system/core/libutils/include/utils/
H A DSortedVector.h34 class SortedVector : private SortedVectorImpl class in namespace:android
45 SortedVector();
46 SortedVector(const SortedVector<TYPE>& rhs);
47 virtual ~SortedVector();
50 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
51 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
115 ssize_t merge(const SortedVector<TYP
157 SortedVector<TYPE>::SortedVector() function in class:android::SortedVector
167 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) function in class:android::SortedVector
[all...]

Completed in 238 milliseconds