Searched refs:max_bucket_count (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/containers/unord/unord.multiset/
H A Dmax_bucket_count.pass.cpp16 // size_type max_bucket_count() const;
28 assert(c.max_bucket_count() > 0);
35 assert(c.max_bucket_count() > 0);
H A DAndroid.mk67 test_name := containers/unord/unord.multiset/max_bucket_count
68 test_src := max_bucket_count.pass.cpp
/external/libcxx/test/containers/unord/unord.set/
H A Dmax_bucket_count.pass.cpp16 // size_type max_bucket_count() const;
28 assert(c.max_bucket_count() > 0);
35 assert(c.max_bucket_count() > 0);
H A DAndroid.mk67 test_name := containers/unord/unord.set/max_bucket_count
68 test_src := max_bucket_count.pass.cpp
/external/libcxx/test/containers/unord/unord.map/
H A Dmax_bucket_count.pass.cpp16 // size_type max_bucket_count() const;
31 assert(c.max_bucket_count() > 0);
40 assert(c.max_bucket_count() > 0);
H A DAndroid.mk51 test_name := containers/unord/unord.map/max_bucket_count
52 test_src := max_bucket_count.pass.cpp
/external/libcxx/test/containers/unord/unord.multimap/
H A Dmax_bucket_count.pass.cpp16 // size_type max_bucket_count() const;
31 assert(c.max_bucket_count() > 0);
40 assert(c.max_bucket_count() > 0);
H A DAndroid.mk47 test_name := containers/unord/unord.multimap/max_bucket_count
48 test_src := max_bucket_count.pass.cpp
/external/stlport/stlport/stl/
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_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_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
/external/stlport/test/unit/
H A Dunordered_test.cpp326 CPPUNIT_ASSERT( int_uset.bucket_count() < int_uset.max_bucket_count() );

Completed in 2649 milliseconds