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

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSortedVector.h34 class SortedVector : private SortedVectorImpl class in namespace:android::tinyutils
43 SortedVector();
44 SortedVector(const SortedVector<TYPE>& rhs);
45 virtual ~SortedVector();
48 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
49 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
115 ssize_t merge(const SortedVector<TYP
141 SortedVector<TYPE>::SortedVector() function in class:android::tinyutils::SortedVector
152 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) function in class:android::tinyutils::SortedVector
[all...]
/system/core/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 76 milliseconds