Searched refs:rehash (Results 1 – 5 of 5) sorted by relevance
55 cont.rehash(16); in test_unordered_methods()180 c.rehash(2*bucket_count); in CustomExamine()
225 c.rehash( new_bucket_count ); in Examine()433 map3.rehash(1000); in TestScopedAllocator()
288 w.rehash(); // without this, assertion will fail in TestRehash()300 v.rehash( j ); in TestRehash()390 v.rehash(); in TestIteratorsAndRanges()
962 void rehash(size_type sz = 0) { in __TBB_requires()1506 if( rehashing_required ) rehash(); in __TBB_requires()
668 void rehash( size_type bucket_count ) { in rehash() function