Searched refs:KeyedVector (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/include/utils/ |
D | KeyedVector.h | 36 class KeyedVector 42 inline KeyedVector(); 64 inline bool isIdenticalTo(const KeyedVector& rhs) const; 108 class DefaultKeyedVector : public KeyedVector<KEY, VALUE> 121 KeyedVector<KEY,VALUE>::KeyedVector() in KeyedVector() function 126 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const { in isIdenticalTo() 131 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const { in indexOfKey() 136 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor() 143 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const { in valueAt() 148 const VALUE& KeyedVector<KEY,VALUE>::operator[] (size_t index) const { [all …]
|
D | ProcessCallStack.h | 72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
|
D | Looper.h | 467 KeyedVector<int, Request> mRequests; // guarded by mLock
|
/system/libhwbinder/include/hwbinder/ |
D | BpHwBinder.h | 95 KeyedVector<const void*, entry_t> mObjects;
|