HomeSort by relevance Sort by last modified time
    Searched refs:bucket_type (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 29 typedef typename HashTableImplTy::bucket_type bucket_type; typedef in class:mcld::ChainIteratorBase
43 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
44 if (bucket_type::getTombstone() == bucket.Entry) {
79 inline bucket_type* getBucket() {
85 inline const bucket_type* getBucket() const {
124 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
126 if (bucket_type::getTombstone() == bucket.Entry ||
127 bucket_type::getEmptyBucket() == bucket.Entry) {
168 typedef typename HashTableImplTy::bucket_type bucket_type typedef in class:mcld::EntryIteratorBase
    [all...]
HashBase.h 78 typedef HashBucket<HashEntryTy> bucket_type; typedef in class:mcld::HashTableImpl
126 bucket_type* m_Buckets;
HashTable.h 47 typedef typename BaseTy::bucket_type bucket_type; typedef in class:mcld::HashTable

Completed in 61 milliseconds