• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/

Lines Matching refs:_M_bucket_count

179       size_type              _M_bucket_count;
251 { return iterator(_M_buckets + _M_bucket_count); }
255 { return const_iterator(_M_buckets + _M_bucket_count); }
263 { return const_iterator(_M_buckets + _M_bucket_count); }
291 { return _M_bucket_count; }
576 _M_bucket_count(0),
580 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
581 _M_buckets = _M_allocate_buckets(_M_bucket_count);
582 _M_begin_bucket_index = _M_bucket_count;
603 _M_bucket_count(0),
607 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
612 _M_buckets = _M_allocate_buckets(_M_bucket_count);
613 _M_begin_bucket_index = _M_bucket_count;
622 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
639 _M_bucket_count(__ht._M_bucket_count),
644 _M_buckets = _M_allocate_buckets(_M_bucket_count);
647 for (size_type __i = 0; __i < __ht._M_bucket_count; ++__i)
663 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
681 _M_bucket_count(__ht._M_bucket_count),
688 __ht._M_bucket_count = __n_bkt;
689 __ht._M_begin_bucket_index = __ht._M_bucket_count;
703 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
728 std::swap(_M_bucket_count, __x._M_bucket_count);
744 if (__n_bkt > _M_bucket_count)
760 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
777 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);
819 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
857 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
913 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
962 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
984 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
991 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
1027 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1089 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
1132 _M_begin_bucket_index = _M_bucket_count;
1172 _M_deallocate_nodes(_M_buckets, _M_bucket_count);
1174 _M_begin_bucket_index = _M_bucket_count;
1204 for (size_type __i = 0; __i < _M_bucket_count; ++__i)
1214 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
1215 _M_bucket_count = __n;
1226 _M_deallocate_nodes(_M_buckets, _M_bucket_count);
1228 _M_begin_bucket_index = _M_bucket_count;