Searched defs:KeyedVector (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DKeyedVector.h35 class KeyedVector class in namespace:android
41 inline KeyedVector();
63 inline bool isIdenticalTo(const KeyedVector& rhs) const;
100 // KeyedVector<KEY, VALUE> can be trivially moved using memcpy() because its
102 template<typename KEY, typename VALUE> struct trait_trivial_move<KeyedVector<KEY, VALUE> > {
110 * Variation of KeyedVector that holds a default value to return when
114 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
127 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
132 bool KeyedVector<KE argument
[all...]
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DKeyedVector.h34 class KeyedVector class in namespace:android::tinyutils
40 inline KeyedVector();
98 * Variation of KeyedVector that holds a default value to return when
102 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
115 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::tinyutils::KeyedVector
120 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const {
125 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
132 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const {
137 const KEY& KeyedVector<KE
[all...]

Completed in 21 milliseconds