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

/system/core/include/utils/
H A DKeyedVector.h34 class KeyedVector class in namespace:android
40 inline KeyedVector();
62 inline bool isIdenticalTo(const KeyedVector& rhs) const;
102 * Variation of KeyedVector that holds a default value to return when
106 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
119 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
124 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const { argument
129 ssize_t KeyedVector<KE
[all...]
/system/core/libutils/include/utils/
H A DKeyedVector.h34 class KeyedVector class in namespace:android
40 inline KeyedVector();
62 inline bool isIdenticalTo(const KeyedVector& rhs) const;
102 * Variation of KeyedVector that holds a default value to return when
106 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
119 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
124 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const { argument
129 ssize_t KeyedVector<KE
[all...]

Completed in 86 milliseconds