Searched refs:KeyedVector (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/tinyutils/ |
D | KeyedVector.h | 25 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/ |
D | ARMAssembler.h | 184 KeyedVector< const char*, uint32_t* > mLabels; 185 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping; 186 KeyedVector< uint32_t*, const char* > mComments;
|
D | CodeCache.h | 113 KeyedVector<key_t, cache_entry_t> mCacheData;
|
D | MIPSAssembler.h | 425 KeyedVector< const char*, uint32_t* > mLabels; 426 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping; 427 KeyedVector< uint32_t*, const char* > mComments;
|