Home
last modified time | relevance | path

Searched refs:SortedVector (Results 1 – 6 of 6) sorted by relevance

/system/core/include/utils/
DSortedVector.h35 class SortedVector : private SortedVectorImpl
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<TYPE>& vector);
138 template<typename T> struct trait_trivial_move<SortedVector<T> > { enum { value = true }; };
145 SortedVector<TYPE>::SortedVector()
155 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs)
[all …]
DVector.h34 class SortedVector; variable
54 explicit Vector(const SortedVector<TYPE>& rhs);
61 const Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
62 Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
234 Vector<TYPE>::Vector(const SortedVector<TYPE>& rhs)
256 Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
262 const Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
DBlobCache.h244 SortedVector<CacheEntry> mCacheEntries;
DKeyedVector.h97 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;
103 enum { value = trait_trivial_move<SortedVector< key_value_pair_t<KEY, VALUE> > >::value };
/system/core/libpixelflinger/codeflinger/tinyutils/
DSortedVector.h34 class SortedVector : private SortedVectorImpl
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<TYPE>& vector);
141 SortedVector<TYPE>::SortedVector() in SortedVector() function
152 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) in SortedVector() function
157 SortedVector<TYPE>::~SortedVector() { in ~SortedVector()
[all …]
DKeyedVector.h92 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;