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

/frameworks/base/libs/hwui/utils/
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 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...]

Completed in 43 milliseconds