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

/frameworks/base/libs/hwui/utils/
H A DSortedList.h36 class SortedList: private SortedListImpl { class in namespace:android::uirenderer
40 SortedList();
41 SortedList(const SortedList<TYPE>& rhs);
42 virtual ~SortedList();
44 const SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs) const;
45 SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs);
86 ssize_t merge(const SortedList<TYP
110 inline SortedList<TYPE>::SortedList(): function in class:android::uirenderer::SortedList
117 inline SortedList<TYPE>::SortedList(const SortedList<TYPE>& rhs): SortedListImpl(rhs) { function in class:android::uirenderer::SortedList
[all...]

Completed in 62 milliseconds