Home
last modified time | relevance | path

Searched refs:_S_max_nb_buckets (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_hashtable.h195 static size_t _STLP_CALL _S_max_nb_buckets();
392 size_type max_bucket_count() const { return _STLP_PRIV _Stl_prime_type::_S_max_nb_buckets(); }
D_hashtable.c61 _Stl_prime<_Dummy>::_S_max_nb_buckets() { in _S_max_nb_buckets() function