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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h26 typedef typename HashTableImplTy::bucket_type bucket_type; typedef in class:mcld::ChainIteratorBase
40 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
41 if (bucket_type::getTombstone() == bucket.Entry) {
76 inline bucket_type* getBucket() {
82 inline const bucket_type* getBucket() const {
121 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
123 if (bucket_type::getTombstone() == bucket.Entry ||
124 bucket_type::getEmptyBucket() == bucket.Entry) {
165 typedef typename HashTableImplTy::bucket_type bucket_typ typedef in class:mcld::EntryIteratorBase
[all...]
H A DHashBase.h75 typedef HashBucket<HashEntryTy> bucket_type; typedef in class:mcld::HashTableImpl
125 bucket_type* m_Buckets;
H A DHashTable.h43 typedef typename BaseTy::bucket_type bucket_type; typedef in class:mcld::HashTable

Completed in 112 milliseconds