reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
368 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); } 540 { return _M_bucket_count; } 558 __n, _M_bucket_count); 563 { return local_iterator(*this, nullptr, __n, _M_bucket_count); } 569 __n, _M_bucket_count); 574 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 581 __n, _M_bucket_count); 586 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 627 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); } 631 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count); } 943 if (__bkt > _M_bucket_count) 946 _M_bucket_count = __bkt; 970 if (__bkt_count > _M_bucket_count) 973 _M_bucket_count = __bkt_count; 1007 _M_bucket_count = __ht._M_bucket_count; 1030 std::size_t __former_bucket_count = _M_bucket_count; 1033 if (_M_bucket_count != __ht._M_bucket_count) 1037 _M_bucket_count = __ht._M_bucket_count; 1041 _M_bucket_count * sizeof(__bucket_type)); 1064 _M_bucket_count = __former_bucket_count; 1067 _M_bucket_count * sizeof(__bucket_type)); 1085 _M_buckets = __buckets = _M_allocate_buckets(_M_bucket_count); 1132 _M_bucket_count = 1; 1159 _M_bucket_count = __ht._M_bucket_count; 1159 _M_bucket_count = __ht._M_bucket_count; 1186 size_type __former_bucket_count = _M_bucket_count; 1189 if (_M_bucket_count != __ht._M_bucket_count) 1193 _M_bucket_count = __ht._M_bucket_count; 1197 _M_bucket_count * sizeof(__bucket_type)); 1221 _M_bucket_count = __former_bucket_count; 1224 _M_bucket_count * sizeof(__bucket_type)); 1243 _M_bucket_count(__ht._M_bucket_count), 1264 _M_bucket_count(__ht._M_bucket_count), 1398 std::swap(_M_bucket_count, __x._M_bucket_count); 1712 = _M_rehash_policy._M_need_rehash(_M_bucket_count, _M_element_count, 1); 1751 = _M_rehash_policy._M_need_rehash(_M_bucket_count, _M_element_count, 1); 2033 __builtin_memset(_M_buckets, 0, _M_bucket_count * sizeof(__bucket_type)); 2053 if (__buckets != _M_bucket_count) 2118 _M_bucket_count = __n; 2208 _M_bucket_count = __n;