Searched refs:max_bucket_count (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h199 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_map
380 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_multimap
H A Dstl_hash_set.h194 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_set
366 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_multiset
H A Dstl_hashtable.h343 size_type max_bucket_count() const function in class:hashtable
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dunordered_set.h633 max_bucket_count() const noexcept
634 { return _M_h.max_bucket_count(); }
1284 max_bucket_count() const noexcept
1285 { return _M_h.max_bucket_count(); }
H A Dunordered_map.h701 max_bucket_count() const noexcept
702 { return _M_h.max_bucket_count(); }
1391 max_bucket_count() const noexcept
1392 { return _M_h.max_bucket_count(); }
H A Dhashtable.h534 max_bucket_count() const noexcept
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/exception/
H A Dsafety.h1075 if (__control.max_bucket_count() != __test.max_bucket_count())
1111 __s += "max_bucket_count\t";
1112 __builtin_sprintf(buf, "%lu", __control.max_bucket_count());
1115 __builtin_sprintf(buf, "%lu", __test.max_bucket_count());
/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dhashtable.h434 max_bucket_count() const function in class:hashtable
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dhashtable.h276 max_bucket_count() const function in class:tr1::_Hashtable

Completed in 122 milliseconds