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

/frameworks/native/include/utils/
H A DSortedVector.h35 class SortedVector : private SortedVectorImpl class in namespace:android
46 SortedVector();
47 SortedVector(const SortedVector<TYPE>& rhs);
48 virtual ~SortedVector();
51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
52 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 470 milliseconds