Searched refs:SortedListImpl (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.cpp17 #include "SortedListImpl.h"
26 SortedListImpl::SortedListImpl(size_t itemSize, uint32_t flags): VectorImpl(itemSize, flags) { function in class:android::uirenderer::SortedListImpl
29 SortedListImpl::SortedListImpl(const VectorImpl& rhs): VectorImpl(rhs) { function in class:android::uirenderer::SortedListImpl
32 SortedListImpl::~SortedListImpl() {
35 SortedListImpl& SortedListImpl::operator =(const SortedListImpl
[all...]
H A DSortedListImpl.h25 class SortedListImpl: public VectorImpl { class in namespace:android::uirenderer
27 SortedListImpl(size_t itemSize, uint32_t flags);
28 SortedListImpl(const VectorImpl& rhs);
29 virtual ~SortedListImpl();
31 SortedListImpl& operator =(const SortedListImpl& rhs);
37 ssize_t merge(const SortedListImpl& vector);
H A DSortedList.h26 #include "SortedListImpl.h"
36 class SortedList: private SortedListImpl {
111 SortedListImpl(sizeof(TYPE), ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
117 inline SortedList<TYPE>::SortedList(const SortedList<TYPE>& rhs): SortedListImpl(rhs) {
126 SortedListImpl::operator =(rhs);
133 SortedListImpl::operator =(rhs);
171 return SortedListImpl::add(&item);
176 return SortedListImpl::indexOf(&item);
181 return SortedListImpl::orderOf(&item);
186 return SortedListImpl
[all...]
/frameworks/base/libs/hwui/
H A DAndroid.mk8 utils/SortedListImpl.cpp \

Completed in 32 milliseconds