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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 25 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_type typedef in class:mcld::EntryIteratorBase
    [all...]
HashBase.h 73 typedef HashBucket<HashEntryTy> bucket_type; typedef in class:mcld::HashTableImpl
120 bucket_type* m_Buckets;
HashTable.h 42 typedef typename BaseTy::bucket_type bucket_type; typedef in class:mcld::HashTable
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
hash_map.hpp 240 bucket_type* tmp = new bucket_type[num_buckets_];
301 struct bucket_type struct in class:asio::detail::hash_map
308 bucket_type* buckets_;

Completed in 4961 milliseconds