Searched refs:initial_bucket_number (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 215 typename Table::size_type initial_bucket_number = 8; in TypeTester() local 226 Table c2_alloc({*it++, *it++, *it++}, initial_bucket_number, allocator); in TypeTester() 232 Table c2_hash_alloc({*it++, *it++, *it++}, initial_bucket_number, hasher, allocator); in TypeTester() 264 Table c5_alloc(c1.begin(), c2.end(), initial_bucket_number, allocator); in TypeTester() 268 Table c5_hash_alloc(c1.begin(), c2.end(), initial_bucket_number, hasher, allocator); in TypeTester()
|