Home | History | Annotate | Download | only in tr1

Lines Matching refs:_M_bucket_count

174       size_type              _M_bucket_count;
237 { return iterator(_M_buckets + _M_bucket_count); }
241 { return const_iterator(_M_buckets + _M_bucket_count); }
273 { return _M_bucket_count; }
528 _M_bucket_count(0),
532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
533 _M_buckets = _M_allocate_buckets(_M_bucket_count);
554 _M_bucket_count(0),
558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
563 _M_buckets = _M_allocate_buckets(_M_bucket_count);
572 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
589 _M_bucket_count(__ht._M_bucket_count),
593 _M_buckets = _M_allocate_buckets(_M_bucket_count);
596 for (size_type __i = 0; __i < __ht._M_bucket_count; ++__i)
612 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
641 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
666 std::swap(_M_bucket_count, __x._M_bucket_count);
681 if (__n_bkt > _M_bucket_count)
697 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
714 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
731 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
756 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
794 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
849 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
893 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
913 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
920 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
982 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1037 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
1121 _M_deallocate_nodes(_M_buckets, _M_bucket_count);
1151 for (size_type __i = 0; __i < _M_bucket_count; ++__i)
1159 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
1160 _M_bucket_count = __n;
1171 _M_deallocate_nodes(_M_buckets, _M_bucket_count);