Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_unordered_common.h93 typename T::size_type bucketSizeSum = 0; in test_unordered_methods() local
98 bucketSizeSum += cont.unsafe_bucket_size(i); in test_unordered_methods()
101 REQUIRE_MESSAGE(bucketSizeSum == 256, "sum of bucket counts incorrect"); in test_unordered_methods()