Searched defs:key_type (Results 1 - 7 of 7) 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 DHashEntry.h36 typedef KeyType key_type; typedef in class:mcld::HashEntry
64 bool compare(const key_type& pKey);
76 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
83 HashEntryTy* produce(const key_type& pKey);
H A DHashTable.h44 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
73 entry_type* insert(const key_type& pKey, bool& pExist);
76 size_type erase(const key_type& pKey);
81 iterator find(const key_type& pKey);
85 const_iterator find(const key_type& pKey) const;
87 size_type count(const key_type& pKey) const;
107 chain_iterator begin(const key_type& pKey);
108 chain_iterator end(const key_type& pKey);
109 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()
34 { return key_type(m_Key, m_KeyLen); }
36 const key_type key() const
37 { return key_type(m_Key, m_KeyLen); }
62 StringEntry(const key_type& pKey);
79 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
83 key_type key()
84 { return key_type(m_Key, m_KeyLen); }
86 const key_type ke
133 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
[all...]
H A DHashBase.h74 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
107 unsigned int lookUpBucketFor(const key_type& pKey);
111 int findKey(const key_type& pKey) const;
H A DHashIterator.h24 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::ChainIteratorBase
33 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
163 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::EntryIteratorBase
289 const typename IteratorBase::key_type& pKey,
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h91 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
95 static ResolveInfo* Create(const key_type& pKey);
218 bool compare(const key_type& pKey);

Completed in 45 milliseconds