• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/

Lines Matching refs:_M_bucket_count

177       size_type              _M_bucket_count;
242 { return iterator(_M_buckets + _M_bucket_count); }
246 { return const_iterator(_M_buckets + _M_bucket_count); }
259 { return const_iterator(_M_buckets + _M_bucket_count); }
291 { return _M_bucket_count; }
553 _M_bucket_count(0),
557 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
558 _M_buckets = _M_allocate_buckets(_M_bucket_count);
579 _M_bucket_count(0),
583 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
588 _M_buckets = _M_allocate_buckets(_M_bucket_count);
597 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
614 _M_bucket_count(__ht._M_bucket_count),
618 _M_buckets = _M_allocate_buckets(_M_bucket_count);
621 for (size_type __i = 0; __i < __ht._M_bucket_count; ++__i)
637 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
654 _M_bucket_count(__ht._M_bucket_count),
661 __ht._M_bucket_count = __n_bkt;
690 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
715 std::swap(_M_bucket_count, __x._M_bucket_count);
730 if (__n_bkt > _M_bucket_count)
746 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
763 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
780 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
805 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
843 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
898 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
942 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
962 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
969 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
1031 = _M_rehash_policy._M_need_rehash(_M_bucket_count,
1069 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
1137 _M_deallocate_nodes(_M_buckets, _M_bucket_count);
1167 for (size_type __i = 0; __i < _M_bucket_count; ++__i)
1175 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
1176 _M_bucket_count = __n;
1187 _M_deallocate_nodes(_M_buckets, _M_bucket_count);