Home
last modified time | relevance | path

Searched refs:rehash (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/common/
H A Dconcurrent_unordered_common.h55 cont.rehash(16); in test_unordered_methods()
180 c.rehash(2*bucket_count); in CustomExamine()
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp225 c.rehash( new_bucket_count ); in Examine()
433 map3.rehash(1000); in TestScopedAllocator()
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp288 w.rehash(); // without this, assertion will fail in TestRehash()
300 v.rehash( j ); in TestRehash()
390 v.rehash(); in TestIteratorsAndRanges()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h962 void rehash(size_type sz = 0) { in __TBB_requires()
1506 if( rehashing_required ) rehash(); in __TBB_requires()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h668 void rehash( size_type bucket_count ) { in rehash() function