Searched refs:regular_result (Results 1 – 1 of 1) sorted by relevance
1294 bool regular_result = chmap.find(cacc, key); in test_heterogeneous_find() local1297 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 …]