Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1294 bool regular_result = chmap.find(cacc, key); in test_heterogeneous_find() local
1297 REQUIRE(!regular_result); in test_heterogeneous_find()
1302 regular_result = chmap.find(acc, key); in test_heterogeneous_find()
1305 REQUIRE(!regular_result); in test_heterogeneous_find()
1314 regular_result = chmap.find(cacc, key); in test_heterogeneous_find()
1317 REQUIRE(regular_result); in test_heterogeneous_find()
1323 regular_result = chmap.find(acc, key); in test_heterogeneous_find()
1326 REQUIRE(regular_result); in test_heterogeneous_find()
1376 REQUIRE(regular_result.first == chmap.end()); in test_heterogeneous_equal_range()
1394 regular_result = chmap.equal_range(key); in test_heterogeneous_equal_range()
[all …]