Searched refs:bucket_count (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_map.h198 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_map
379 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multimap
H A Dstl_hash_set.h193 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_set
365 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multiset
H A Dstl_hashtable.h341 size_type bucket_count() const { return _M_buckets.size(); } function in class:hashtable

Completed in 43 milliseconds