HomeSort by relevance Sort by last modified time
    Searched defs:KeyedVector (Results 1 - 3 of 3) sorted by null

  /system/core/include/utils/
KeyedVector.h 35 class KeyedVector
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()
132 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
KeyedVector.h 34 class KeyedVector
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()
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<KEY,VALUE>::keyAt(size_t index) const
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 29 template class android::KeyedVector<SLuint32, android::AudioEffect* > ;
    [all...]

Completed in 161 milliseconds