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

/haiku/headers/cpp/
H A Dstl_hash_map.h200 size_type elems_in_bucket(size_type __n) const function in class:hash_map
201 { return _M_ht.elems_in_bucket(__n); }
381 size_type elems_in_bucket(size_type __n) const function in class:hash_multimap
382 { return _M_ht.elems_in_bucket(__n); }
H A Dstl_hash_set.h195 size_type elems_in_bucket(size_type __n) const function in class:hash_set
196 { return _M_ht.elems_in_bucket(__n); }
367 size_type elems_in_bucket(size_type __n) const function in class:hash_multiset
368 { return _M_ht.elems_in_bucket(__n); }
H A Dstl_hashtable.h346 size_type elems_in_bucket(size_type __bucket) const function in class:hashtable

Completed in 84 milliseconds