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

/system/core/libpixelflinger/tinyutils/
H A DSortedVector.h33 class SortedVector : private SortedVectorImpl class in namespace:android
42 SortedVector();
43 SortedVector(const SortedVector<TYPE>& rhs);
44 virtual ~SortedVector();
47 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
48 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
114 ssize_t merge(const SortedVector<TYP
140 SortedVector<TYPE>::SortedVector() function in class:android::SortedVector
151 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) function in class:android::SortedVector
[all...]

Completed in 14 milliseconds