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

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

Completed in 32 milliseconds