Searched refs:key_type (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h23 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashEntryFactory
26 entry_type* produce(const key_type& pKey)
H A DStringEntry.h32 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
36 key_type key()
37 { return key_type(m_Key, m_KeyLen); }
39 const key_type key() const
40 { return key_type(m_Key, m_KeyLen); }
65 StringEntry(const key_type& pKey);
82 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
86 key_type key()
87 { return key_type(m_Key, m_KeyLen); }
89 const key_type ke
136 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
[all...]
H A DHashTable.h47 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
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
[all...]
H A DHashEntry.h39 typedef KeyType key_type; typedef in class:mcld::HashEntry
67 bool compare(const key_type& pKey);
79 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
86 HashEntryTy* produce(const key_type& pKey);
H A DHashBase.h77 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
110 unsigned int lookUpBucketFor(const key_type& pKey);
114 int findKey(const key_type& pKey) const;
H A DHashIterator.h27 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::ChainIteratorBase
36 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
166 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::EntryIteratorBase
292 const typename IteratorBase::key_type& pKey,
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp20 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey)
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h93 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
97 static ResolveInfo* Create(const key_type& pKey);
211 bool compare(const key_type& pKey);
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp234 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey)
245 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey)

Completed in 231 milliseconds