Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1342 typename chmap_type::size_type regular_count = chmap.count(key); in test_heterogeneous_count() local
1345 REQUIRE(regular_count == 0); in test_heterogeneous_count()
1346 …REQUIRE_MESSAGE(regular_count == heterogeneous_count, "Incorrect heterogeneous count result (no el… in test_heterogeneous_count()
1351 regular_count = chmap.count(key); in test_heterogeneous_count()
1354 REQUIRE(regular_count == 1); in test_heterogeneous_count()
1355 …REQUIRE_MESSAGE(regular_count == heterogeneous_count, "Incorrect heterogeneous count result (eleme… in test_heterogeneous_count()