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

/frameworks/native/include/utils/
H A DSortedVector.h33 class SortedVector : private SortedVectorImpl class in namespace:android
44 SortedVector();
45 SortedVector(const SortedVector<TYPE>& rhs);
46 virtual ~SortedVector();
49 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
50 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
116 ssize_t merge(const SortedVector<TYP
145 SortedVector<TYPE>::SortedVector() function in class:android::SortedVector
155 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) function in class:android::SortedVector
[all...]

Completed in 31 milliseconds