Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_bucket_count

99    * - size_type       _M_bucket_count
260 size_type _M_bucket_count;
382 { return _M_bucket_count; }
399 _M_bucket_count); }
403 { return local_iterator(nullptr, __n, _M_bucket_count); }
408 _M_bucket_count); }
412 { return const_local_iterator(nullptr, __n, _M_bucket_count); }
418 _M_bucket_count); }
422 { return const_local_iterator(nullptr, __n, _M_bucket_count); }
461 _M_bucket_count); }
466 { return _HCBase::_M_bucket_index(__k, __c, _M_bucket_count); }
730 _M_bucket_count(0),
734 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
738 _M_buckets = _M_allocate_buckets(_M_bucket_count);
759 _M_bucket_count(0),
763 _M_bucket_count =
766 if (_M_bucket_count <= __bucket_hint)
767 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
773 _M_buckets = _M_allocate_buckets(_M_bucket_count);
782 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
799 _M_bucket_count(__ht._M_bucket_count),
803 _M_buckets = _M_allocate_buckets(_M_bucket_count);
833 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
851 _M_bucket_count(__ht._M_bucket_count),
860 __ht._M_bucket_count = __ht._M_rehash_policy._M_next_bkt(0);
861 __ht._M_buckets = __ht._M_allocate_buckets(__ht._M_bucket_count);
875 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
899 std::swap(_M_bucket_count, __x._M_bucket_count);
921 if (__n_bkt != _M_bucket_count)
1192 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1226 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1283 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1355 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1413 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1571 __builtin_memset(_M_buckets, 0, _M_bucket_count * sizeof(_Bucket));
1591 if (__buckets != _M_bucket_count)
1658 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
1659 _M_bucket_count = __n;
1747 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
1748 _M_bucket_count = __n;