Searched defs:bucket_size (Results 1 - 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ | ||
H A D | _unordered_map.h | 177 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_map 337 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_multimap |
H A D | _unordered_set.h | 163 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_set 313 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_multiset |
Completed in 24 milliseconds