Searched refs:KeyedVector (Results 1 – 10 of 10) 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 | PropertyMap.h | 78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; } in getProperties() 101 KeyedVector<String8, String8> mProperties;
|
D | ProcessCallStack.h | 72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
|
D | Looper.h | 466 KeyedVector<int, Request> mRequests; // guarded by mLock
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.h | 180 KeyedVector< const char*, uint32_t* > mLabels; 181 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping; 182 KeyedVector< uint32_t*, const char* > mComments;
|
D | Arm64Assembler.h | 262 KeyedVector< const char*, uint32_t* > mLabels; 263 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping; 264 KeyedVector< uint32_t*, const char* > mComments;
|
D | CodeCache.h | 116 KeyedVector<key_t, cache_entry_t> mCacheData;
|
D | MIPSAssembler.h | 423 KeyedVector< const char*, uint32_t* > mLabels; 424 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping; 425 KeyedVector< uint32_t*, const char* > mComments;
|
/system/libhwbinder/include/hwbinder/ |
D | BpHwBinder.h | 92 KeyedVector<const void*, entry_t> mObjects;
|
D | ProcessState.h | 130 KeyedVector<String16, sp<IBinder> >
|