Searched defs:key_type (Results 1 - 7 of 7) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h72 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
100 unsigned int lookUpBucketFor(const key_type& pKey);
104 int findKey(const key_type& pKey) const;
H A DHashEntry.h35 typedef KeyType key_type; typedef in class:mcld::HashEntry
58 bool compare(const key_type& pKey);
69 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
76 HashEntryTy* produce(const key_type& pKey);
H A DHashEntryFactory.h22 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashEntryFactory
25 entry_type* produce(const key_type& pKey) {
H A DHashIterator.h23 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::ChainIteratorBase
31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
156 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::EntryIteratorBase
271 const typename IteratorBase::key_type& pKey,
H A DHashTable.h43 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
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
[all...]
H A DStringEntry.h29 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
33 key_type key() { return key_type(m_Key, m_KeyLen); }
35 const key_type key() const { return key_type(m_Key, m_KeyLen); }
53 explicit StringEntry(const key_type& pKey);
68 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
72 key_type key() { return key_type(m_Key, m_KeyLen); }
74 const key_type ke
112 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h75 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
79 static ResolveInfo* Create(const key_type& pKey);
192 bool compare(const key_type& pKey);

Completed in 304 milliseconds