Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h89 const KeyType& pKey) const { in lookUp()
101 EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) { in lookUp()
114 const KeyType& pKey) const { in lookUpFirstEntry()
127 const KeyType& pKey) { in lookUpFirstEntry()
140 const KeyType& pKey) const { in lookUpSecondEntry()
153 const KeyType& pKey) { in lookUpSecondEntry()
165 void KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, in record()
174 void KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, in record()
/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h40 DataType* find(const KeyType& pKey) { in find()
47 const DataType* find(const KeyType& pKey) const { in find()
54 DataType* produce(const KeyType& pKey, bool& pExist) { in produce()
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntry.tcc13 HashEntry<KeyType, ValueType, KeyCompare>::HashEntry(const KeyType& pKey) in HashEntry()
22 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) { in compare()
44 const typename EntryFactory<HashEntryTy>::key_type& pKey) { in produce()
DHashTable.tcc65 EntryFactoryTy>::key_type& pKey, in insert()
97 EntryFactoryTy>::key_type& pKey) { in erase()
119 EntryFactoryTy>::key_type& pKey) { in find()
232 EntryFactoryTy>::key_type& pKey) { in begin()
243 EntryFactoryTy>::key_type& pKey) { in end()
DStringEntry.tcc18 StringEntry<DataType>::StringEntry(const StringEntry::key_type& pKey) in StringEntry()
44 const typename StringEntryFactory<DataType>::key_type& pKey) { in produce()
DHashEntryFactory.h25 entry_type* produce(const key_type& pKey) { in produce()
DHashIterator.h31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase()
271 const typename IteratorBase::key_type& pKey, in HashIterator()
DHashBase.tcc114 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) { in lookUpBucketFor()
/frameworks/wilhelm/src/itf/
DIMetadataExtraction.c72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey) in IMetadataExtraction_GetKey()
147 SLuint32 keySize, const void *pKey, SLuint32 keyEncoding, in IMetadataExtraction_AddKeyFilter()
/frameworks/compile/mclinker/lib/ADT/
DStringEntry.cpp19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) { in StringEntry()
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp213 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey) { in compare()
236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) { in Create()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp516 char *pKey = new char[strlen(key)+1]; in createFromSharedObject() local
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1852 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey) { in android_audioPlayer_metadata_getKey()