Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dunordered_test.cpp312 size_t bucketsHint = int_uset.bucket_count() + 1; in hash_policy() local
313 int_uset.rehash(bucketsHint); in hash_policy()
314 CPPUNIT_ASSERT( int_uset.bucket_count() >= bucketsHint ); in hash_policy()
/ndk/tests/device/test-stlport/unit/
Dunordered_test.cpp312 size_t bucketsHint = int_uset.bucket_count() + 1; in hash_policy() local
313 int_uset.rehash(bucketsHint); in hash_policy()
314 CPPUNIT_ASSERT( int_uset.bucket_count() >= bucketsHint ); in hash_policy()