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.h32 typedef llvm::StringRef key_type; typedef
36 key_type key() in key()
37 { return key_type(m_Key, m_KeyLen); } in key()
39 const key_type key() const in key()
40 { return key_type(m_Key, m_KeyLen); } in key()
65 StringEntry(const key_type& pKey);
82 typedef llvm::StringRef key_type; typedef
86 key_type key() in key()
87 { return key_type(m_Key, m_KeyLen); } in key()
89 const key_type key() const in key()
[all …]
DHashTable.h47 typedef typename HashEntryTy::key_type key_type; typedef
76 entry_type* insert(const key_type& pKey, bool& pExist);
79 size_type erase(const key_type& pKey);
84 iterator find(const key_type& pKey);
88 const_iterator find(const key_type& pKey) const;
90 size_type count(const key_type& pKey) const;
110 chain_iterator begin(const key_type& pKey);
111 chain_iterator end(const key_type& pKey);
112 const_chain_iterator begin(const key_type& pKey) const;
113 const_chain_iterator end(const key_type& pKey) const;
DHashEntry.h39 typedef KeyType key_type; typedef
67 bool compare(const key_type& pKey);
79 typedef typename HashEntryTy::key_type key_type; typedef
86 HashEntryTy* produce(const key_type& pKey);
DHashEntryFactory.h23 typedef typename HashEntryTy::key_type key_type; typedef
26 entry_type* produce(const key_type& pKey) in produce()
DHashBase.h77 typedef typename HashEntryTy::key_type key_type; typedef
110 unsigned int lookUpBucketFor(const key_type& pKey);
114 int findKey(const key_type& pKey) const;
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()
130 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) const in find()
143 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) const in count()
234 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in begin()
244 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in end()
254 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) const in begin()
264 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) const in end()
DHashIterator.h27 typedef typename HashTableImplTy::key_type key_type; typedef
36 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase()
166 typedef typename HashTableImplTy::key_type key_type; typedef
292 const typename IteratorBase::key_type& pKey, in HashIterator()
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()
DHashBase.tcc126 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) in lookUpBucketFor()
174 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) const in findKey()
DHashEntry.tcc49 EntryFactory<HashEntryTy>::produce(const typename EntryFactory<HashEntryTy>::key_type& pKey) in produce()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h93 typedef llvm::StringRef key_type; typedef
97 static ResolveInfo* Create(const key_type& pKey);
212 bool compare(const key_type& pKey);
/frameworks/compile/mclinker/lib/ADT/
DStringEntry.cpp19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) in StringEntry()
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp231 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey) in compare()
242 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) in Create()
/frameworks/native/include/utils/
DKeyedVector.h38 typedef KEY key_type; typedef