Searched refs:bucket_type (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h25 typedef typename HashTableImplTy::bucket_type bucket_type; typedef in class:mcld::ChainIteratorBase
37 bucket_type& bucket = m_pHashTable->m_Buckets[m_Index];
38 if (bucket_type::getTombstone() == bucket.Entry) {
71 inline bucket_type* getBucket() {
77 inline const bucket_type* getBucket() const {
116 bucket_type& bucket = m_pHashTable->m_Buckets[m_Index];
118 if (bucket_type::getTombstone() == bucket.Entry ||
119 bucket_type::getEmptyBucket() == bucket.Entry) {
158 typedef typename HashTableImplTy::bucket_type bucket_typ typedef in class:mcld::EntryIteratorBase
[all...]
H A DHashBase.h73 typedef HashBucket<HashEntryTy> bucket_type; typedef in class:mcld::HashTableImpl
120 bucket_type* m_Buckets;
H A DHashTable.h42 typedef typename BaseTy::bucket_type bucket_type; typedef in class:mcld::HashTable

Completed in 44 milliseconds