Searched refs:regular_count (Results 1 – 1 of 1) sorted by relevance
1342 typename chmap_type::size_type regular_count = chmap.count(key); in test_heterogeneous_count() local1345 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()