Searched defs:max_bucket_count (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
H A D_hash_map.h225 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_map
411 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_multimap
H A D_hash_set.h220 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_set
402 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:hash_multiset
H A D_unordered_map.h176 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:unordered_map
336 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:unordered_multimap
H A D_unordered_set.h162 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:unordered_set
312 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } function in class:unordered_multiset
H A D_hashtable.h392 size_type max_bucket_count() const { return _STLP_PRIV _Stl_prime_type::_S_max_nb_buckets(); } function in class:hashtable
/external/stlport/stlport/stl/debug/
H A D_hashtable.h316 size_type max_bucket_count() const { return _M_non_dbg_impl.max_bucket_count(); } function in class:hashtable

Completed in 75 milliseconds