Home
last modified time | relevance | path

Searched refs:KeyedVector (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/tinyutils/
DKeyedVector.h25 class KeyedVector
31 inline KeyedVector();
93 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
106 KeyedVector<KEY,VALUE>::KeyedVector() in KeyedVector() function
111 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const { in indexOfKey()
116 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor()
123 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const { in valueAt()
128 const KEY& KeyedVector<KEY,VALUE>::keyAt(size_t index) const { in keyAt()
133 VALUE& KeyedVector<KEY,VALUE>::editValueFor(const KEY& key) { in editValueFor()
140 VALUE& KeyedVector<KEY,VALUE>::editValueAt(size_t index) { in editValueAt()
[all …]
/system/core/libpixelflinger/codeflinger/
DARMAssembler.h184 KeyedVector< const char*, uint32_t* > mLabels;
185 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
186 KeyedVector< uint32_t*, const char* > mComments;
DCodeCache.h113 KeyedVector<key_t, cache_entry_t> mCacheData;
DMIPSAssembler.h425 KeyedVector< const char*, uint32_t* > mLabels;
426 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
427 KeyedVector< uint32_t*, const char* > mComments;