Searched refs:bucketsHint (Results 1 – 2 of 2) sorted by relevance
312 size_t bucketsHint = int_uset.bucket_count() + 1; in hash_policy() local313 int_uset.rehash(bucketsHint); in hash_policy()314 CPPUNIT_ASSERT( int_uset.bucket_count() >= bucketsHint ); in hash_policy()