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

/system/core/libpixelflinger/tinyutils/
H A DKeyedVector.h25 class KeyedVector class in namespace:android
31 inline KeyedVector();
89 * Variation of KeyedVector that holds a default value to return when
93 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
106 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
111 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const {
116 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
123 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const {
128 const KEY& KeyedVector<KE
[all...]
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.h25 #include "tinyutils/KeyedVector.h"
184 KeyedVector< const char*, uint32_t* > mLabels;
185 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
186 KeyedVector< uint32_t*, const char* > mComments;
H A DCodeCache.h26 #include "tinyutils/KeyedVector.h"
113 KeyedVector<key_t, cache_entry_t> mCacheData;
120 // KeyedVector uses compare_type(), which is more efficient, than
H A DMIPSAssembler.h25 #include <utils/KeyedVector.h>
425 KeyedVector< const char*, uint32_t* > mLabels;
426 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
427 KeyedVector< uint32_t*, const char* > mComments;

Completed in 96 milliseconds