HomeSort by: relevance | last modified time | path
    Searched defs:_M_bucket_count (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
hashtable.h 114 * - size_type _M_bucket_count
393 size_type _M_bucket_count = 1;
461 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); }
616 if (_M_bucket_count < __l_bkt_count)
681 { return _M_bucket_count; }
699 __bkt, _M_bucket_count);
704 { return local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
710 __bkt, _M_bucket_count);
715 { return const_local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
722 __bkt, _M_bucket_count);
    [all...]
hashtable.h 114 * - size_type _M_bucket_count
393 size_type _M_bucket_count = 1;
461 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); }
616 if (_M_bucket_count < __l_bkt_count)
681 { return _M_bucket_count; }
699 __bkt, _M_bucket_count);
704 { return local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
710 __bkt, _M_bucket_count);
715 { return const_local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
722 __bkt, _M_bucket_count);
    [all...]
hashtable_policy.h 1088 = __h._M_rehash_policy._M_need_rehash(__h._M_bucket_count,
1466 : __base_node_iter(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1476 = _RangeHash{}(this->_M_cur->_M_hash_code, _M_bucket_count);
1483 std::size_t _M_bucket_count;
1541 _Local_iterator_base() : _M_bucket_count(-1) { }
1546 : __node_iter_base(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1551 if (_M_bucket_count != size_t(-1))
1557 , _M_bucket_count(__iter._M_bucket_count)
1559 if (_M_bucket_count != size_t(-1)
    [all...]
hashtable_policy.h 1088 = __h._M_rehash_policy._M_need_rehash(__h._M_bucket_count,
1466 : __base_node_iter(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1476 = _RangeHash{}(this->_M_cur->_M_hash_code, _M_bucket_count);
1483 std::size_t _M_bucket_count;
1541 _Local_iterator_base() : _M_bucket_count(-1) { }
1546 : __node_iter_base(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1551 if (_M_bucket_count != size_t(-1))
1557 , _M_bucket_count(__iter._M_bucket_count)
1559 if (_M_bucket_count != size_t(-1)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable.h 177 size_type _M_bucket_count;
240 { return iterator(_M_buckets + _M_bucket_count); }
244 { return const_iterator(_M_buckets + _M_bucket_count); }
279 { return _M_bucket_count; }
538 _M_bucket_count(0),
542 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
543 _M_buckets = _M_allocate_buckets(_M_bucket_count);
564 _M_bucket_count(0),
568 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
573 _M_buckets = _M_allocate_buckets(_M_bucket_count);
    [all...]
hashtable.h 177 size_type _M_bucket_count;
240 { return iterator(_M_buckets + _M_bucket_count); }
244 { return const_iterator(_M_buckets + _M_bucket_count); }
279 { return _M_bucket_count; }
538 _M_bucket_count(0),
542 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
543 _M_buckets = _M_allocate_buckets(_M_bucket_count);
564 _M_bucket_count(0),
568 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
573 _M_buckets = _M_allocate_buckets(_M_bucket_count);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
hashtable.h 115 * - size_type _M_bucket_count
389 size_type _M_bucket_count = 1;
457 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); }
608 if (_M_bucket_count < __l_bkt_count)
673 { return _M_bucket_count; }
691 __bkt, _M_bucket_count);
696 { return local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
702 __bkt, _M_bucket_count);
707 { return const_local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
714 __bkt, _M_bucket_count);
    [all...]
hashtable.h 115 * - size_type _M_bucket_count
389 size_type _M_bucket_count = 1;
457 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); }
608 if (_M_bucket_count < __l_bkt_count)
673 { return _M_bucket_count; }
691 __bkt, _M_bucket_count);
696 { return local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
702 __bkt, _M_bucket_count);
707 { return const_local_iterator(*this, nullptr, __bkt, _M_bucket_count); }
714 __bkt, _M_bucket_count);
    [all...]
hashtable_policy.h 984 pair_type __do_rehash = __rehash._M_need_rehash(__h._M_bucket_count,
1358 : __base_node_iter(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1368 = _RangeHash{}(this->_M_cur->_M_hash_code, _M_bucket_count);
1375 std::size_t _M_bucket_count;
1433 _Local_iterator_base() : _M_bucket_count(-1) { }
1438 : __node_iter_base(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1443 if (_M_bucket_count != size_t(-1))
1449 , _M_bucket_count(__iter._M_bucket_count)
1451 if (_M_bucket_count != size_t(-1)
    [all...]
hashtable_policy.h 984 pair_type __do_rehash = __rehash._M_need_rehash(__h._M_bucket_count,
1358 : __base_node_iter(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1368 = _RangeHash{}(this->_M_cur->_M_hash_code, _M_bucket_count);
1375 std::size_t _M_bucket_count;
1433 _Local_iterator_base() : _M_bucket_count(-1) { }
1438 : __node_iter_base(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count)
1443 if (_M_bucket_count != size_t(-1))
1449 , _M_bucket_count(__iter._M_bucket_count)
1451 if (_M_bucket_count != size_t(-1)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable.h 177 size_type _M_bucket_count;
240 { return iterator(_M_buckets + _M_bucket_count); }
244 { return const_iterator(_M_buckets + _M_bucket_count); }
279 { return _M_bucket_count; }
538 _M_bucket_count(0),
542 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
543 _M_buckets = _M_allocate_buckets(_M_bucket_count);
564 _M_bucket_count(0),
568 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
573 _M_buckets = _M_allocate_buckets(_M_bucket_count);
    [all...]
hashtable.h 177 size_type _M_bucket_count;
240 { return iterator(_M_buckets + _M_bucket_count); }
244 { return const_iterator(_M_buckets + _M_bucket_count); }
279 { return _M_bucket_count; }
538 _M_bucket_count(0),
542 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint);
543 _M_buckets = _M_allocate_buckets(_M_bucket_count);
564 _M_bucket_count(0),
568 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint),
573 _M_buckets = _M_allocate_buckets(_M_bucket_count);
    [all...]

Completed in 99 milliseconds