Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1343 typename chmap_type::size_type heterogeneous_count = chmap.count(int(1)); in test_heterogeneous_count() local
1346 …REQUIRE_MESSAGE(regular_count == heterogeneous_count, "Incorrect heterogeneous count result (no el… in test_heterogeneous_count()
1352 heterogeneous_count = chmap.count(int(1)); in test_heterogeneous_count()
1355 …REQUIRE_MESSAGE(regular_count == heterogeneous_count, "Incorrect heterogeneous count result (eleme… in test_heterogeneous_count()