Searched defs:KeyedVector (Results 1 - 1 of 1) 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...]

Completed in 22 milliseconds