Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h93 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) const in lookUp()
107 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) in lookUp()
121 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) const in lookUpFirstEntry()
135 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) in lookUpFirstEntry()
149 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) const in lookUpSecondEntry()
163 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) in lookUpSecondEntry()
177 KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, EntryType& pEntry) in record()
187 KeyEntryMap<KeyType, EntryType>::record(const KeyType& pKey, in record()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntry.tcc13 HashEntry<KeyType, ValueType, KeyCompare>::HashEntry(const KeyType& pKey) in HashEntry()
23 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) in compare()
49 EntryFactory<HashEntryTy>::produce(const typename EntryFactory<HashEntryTy>::key_type& pKey) in produce()
DHashTable.tcc65 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey, in insert()
96 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in erase()
117 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in find()
234 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in begin()
244 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in end()
DStringEntry.tcc18 StringEntry<DataType>::StringEntry(const StringEntry::key_type& pKey) in StringEntry()
47 StringEntryFactory<DataType>::produce(const typename StringEntryFactory<DataType>::key_type& pKey) in produce()
DHashEntryFactory.h26 entry_type* produce(const key_type& pKey) in produce()
DHashIterator.h33 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase()
289 const typename IteratorBase::key_type& pKey, in HashIterator()
DHashBase.tcc129 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) in lookUpBucketFor()
/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h43 DataType* find(const KeyType& pKey) { in find()
50 const DataType* find(const KeyType& pKey) const { in find()
57 DataType* produce(const KeyType& pKey, bool& pExist) { in produce()
70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
/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.cpp20 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) in StringEntry()
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp245 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey) in compare()
271 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) in Create()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1900 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey) { in android_audioPlayer_metadata_getKey()