Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DStringEntry.h29 typedef llvm::StringRef key_type; typedef
33 key_type key() { return key_type(m_Key, m_KeyLen); } in key()
35 const key_type key() const { return key_type(m_Key, m_KeyLen); } in key()
53 explicit StringEntry(const key_type& pKey);
68 typedef llvm::StringRef key_type; typedef
72 key_type key() { return key_type(m_Key, m_KeyLen); } in key()
74 const key_type key() const { return key_type(m_Key, m_KeyLen); } in key()
96 explicit StringEntry(const key_type& pKey);
112 typedef typename StringEntry<DataType>::key_type key_type; typedef
119 StringEntry<DataType>* produce(const key_type& pKey);
DHashTable.h43 typedef typename HashEntryTy::key_type key_type; typedef
71 entry_type* insert(const key_type& pKey, bool& pExist);
74 size_type erase(const key_type& pKey);
79 iterator find(const key_type& pKey);
83 const_iterator find(const key_type& pKey) const;
85 size_type count(const key_type& pKey) const;
105 chain_iterator begin(const key_type& pKey);
106 chain_iterator end(const key_type& pKey);
107 const_chain_iterator begin(const key_type& pKey) const;
108 const_chain_iterator end(const key_type& pKey) const;
DHashEntry.h35 typedef KeyType key_type; typedef
58 bool compare(const key_type& pKey);
69 typedef typename HashEntryTy::key_type key_type; typedef
76 HashEntryTy* produce(const key_type& pKey);
DHashTable.tcc65 EntryFactoryTy>::key_type& pKey, in insert()
97 EntryFactoryTy>::key_type& pKey) { in erase()
119 EntryFactoryTy>::key_type& pKey) { in find()
133 EntryFactoryTy>::key_type& pKey) const { in find()
147 EntryFactoryTy>::key_type& pKey) const { in count()
232 EntryFactoryTy>::key_type& pKey) { in begin()
243 EntryFactoryTy>::key_type& pKey) { in end()
256 EntryFactoryTy>::key_type& pKey) const { in begin()
269 EntryFactoryTy>::key_type& pKey) const { in end()
DHashEntryFactory.h22 typedef typename HashEntryTy::key_type key_type; typedef
25 entry_type* produce(const key_type& pKey) { in produce()
DHashBase.h72 typedef typename HashEntryTy::key_type key_type; typedef
100 unsigned int lookUpBucketFor(const key_type& pKey);
104 int findKey(const key_type& pKey) const;
DHashIterator.h23 typedef typename HashTableImplTy::key_type key_type; typedef
31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase()
156 typedef typename HashTableImplTy::key_type key_type; typedef
271 const typename IteratorBase::key_type& pKey, in HashIterator()
DStringEntry.tcc18 StringEntry<DataType>::StringEntry(const StringEntry::key_type& pKey) in StringEntry()
44 const typename StringEntryFactory<DataType>::key_type& pKey) { in produce()
DHashBase.tcc114 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) { in lookUpBucketFor()
158 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) in findKey()
DHashEntry.tcc44 const typename EntryFactory<HashEntryTy>::key_type& pKey) { in produce()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h75 typedef llvm::StringRef key_type; typedef
79 static ResolveInfo* Create(const key_type& pKey);
192 bool compare(const key_type& pKey);
/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/compile/mclinker/lib/ADT/
DStringEntry.cpp19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) { in StringEntry()
/frameworks/av/drm/mediadrm/plugins/clearkey/
DSession.cpp54 const KeyMap::key_type& keyId = keys.keyAt(i); in provideKeyResponse()