Home
last modified time | relevance | path

Searched refs:KeyedVector (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/include/utils/
DKeyedVector.h36 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 …]
DProcessCallStack.h72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
DLooper.h467 KeyedVector<int, Request> mRequests; // guarded by mLock
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h95 KeyedVector<const void*, entry_t> mObjects;