Home
last modified time | relevance | path

Searched refs:KeyedVector (Results 1 – 10 of 10) 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 …]
DPropertyMap.h78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; } in getProperties()
101 KeyedVector<String8, String8> mProperties;
DProcessCallStack.h72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
DLooper.h466 KeyedVector<int, Request> mRequests; // guarded by mLock
/system/core/libpixelflinger/codeflinger/
DARMAssembler.h180 KeyedVector< const char*, uint32_t* > mLabels;
181 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
182 KeyedVector< uint32_t*, const char* > mComments;
DArm64Assembler.h262 KeyedVector< const char*, uint32_t* > mLabels;
263 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
264 KeyedVector< uint32_t*, const char* > mComments;
DCodeCache.h116 KeyedVector<key_t, cache_entry_t> mCacheData;
DMIPSAssembler.h423 KeyedVector< const char*, uint32_t* > mLabels;
424 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
425 KeyedVector< uint32_t*, const char* > mComments;
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h92 KeyedVector<const void*, entry_t> mObjects;
DProcessState.h130 KeyedVector<String16, sp<IBinder> >