Home
last modified time | relevance | path

Searched refs:max_bucket_count (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
Dmax_bucket_count.pass.cpp28 assert(c.max_bucket_count() > 0); in main()
35 assert(c.max_bucket_count() > 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
Dmax_bucket_count.pass.cpp28 assert(c.max_bucket_count() > 0); in main()
35 assert(c.max_bucket_count() > 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
Dmax_bucket_count.pass.cpp31 assert(c.max_bucket_count() > 0); in main()
40 assert(c.max_bucket_count() > 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
Dmax_bucket_count.pass.cpp31 assert(c.max_bucket_count() > 0); in main()
40 assert(c.max_bucket_count() > 0); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_unordered_set.h162 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
312 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_unordered_map.h176 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
336 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hash_map.h225 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
411 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hash_set.h220 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
402 size_type max_bucket_count() const { return _M_ht.max_bucket_count(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hashtable.h392 size_type max_bucket_count() const { return _STLP_PRIV _Stl_prime_type::_S_max_nb_buckets(); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
Dhash_set86 size_type max_bucket_count() const;
172 size_type max_bucket_count() const;
321 size_type max_bucket_count() const {return __table_.max_bucket_count();}
541 size_type max_bucket_count() const {return __table_.max_bucket_count();}
Dhash_map89 size_type max_bucket_count() const;
177 size_type max_bucket_count() const;
611 size_type max_bucket_count() const {return __table_.max_bucket_count();}
886 size_type max_bucket_count() const {return __table_.max_bucket_count();}
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_hashtable.h316 size_type max_bucket_count() const { return _M_non_dbg_impl.max_bucket_count(); } in max_bucket_count() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dunordered_set138 size_type max_bucket_count() const noexcept;
287 size_type max_bucket_count() const noexcept;
573 size_type max_bucket_count() const _NOEXCEPT {return __table_.max_bucket_count();}
1075 size_type max_bucket_count() const _NOEXCEPT {return __table_.max_bucket_count();}
Dunordered_map153 size_type max_bucket_count() const noexcept;
311 size_type max_bucket_count() const noexcept;
993 size_type max_bucket_count() const _NOEXCEPT {return __table_.max_bucket_count();}
1690 size_type max_bucket_count() const _NOEXCEPT
1691 {return __table_.max_bucket_count();}
D__hash_table1003 size_type max_bucket_count() const _NOEXCEPT
/ndk/tests/device/test-gnustl-full/unit/
Dunordered_test.cpp326 CPPUNIT_ASSERT( int_uset.bucket_count() < int_uset.max_bucket_count() ); in buckets()
/ndk/tests/device/test-stlport/unit/
Dunordered_test.cpp326 CPPUNIT_ASSERT( int_uset.bucket_count() < int_uset.max_bucket_count() ); in buckets()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1001 $(call gen-test, containers/unord/unord.map/max_bucket_count)
1076 $(call gen-test, containers/unord/unord.multimap/max_bucket_count)
1166 $(call gen-test, containers/unord/unord.multiset/max_bucket_count)
1238 $(call gen-test, containers/unord/unord.set/max_bucket_count)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk992 $(call gen-test, containers/unord/unord.map/max_bucket_count)
1067 $(call gen-test, containers/unord/unord.multimap/max_bucket_count)
1157 $(call gen-test, containers/unord/unord.multiset/max_bucket_count)
1229 $(call gen-test, containers/unord/unord.set/max_bucket_count)