Searched refs:SortedVector (Results 1 - 2 of 2) 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...]
H A DKeyedVector.h17 #include "tinyutils/SortedVector.h"
83 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;

Completed in 193 milliseconds