Searched refs:cacc (Results 1 – 1 of 1) sorted by relevance
1288 const_accessor cacc; in test_heterogeneous_find() local1294 bool regular_result = chmap.find(cacc, key); in test_heterogeneous_find()1314 regular_result = chmap.find(cacc, key); in test_heterogeneous_find()1321 cacc.release(); in test_heterogeneous_find()1418 const_accessor cacc; in test_heterogeneous_insert() local1423 bool result = chmap.insert(cacc, int(1)); in test_heterogeneous_insert()1430 result = chmap.insert(cacc, int(1)); in test_heterogeneous_insert()1465 typename chmap_type::const_accessor cacc; in test_heterogeneous_erase() local1467 REQUIRE(chmap.find(cacc, int(1))); in test_heterogeneous_erase()1468 REQUIRE(chmap.find(cacc, int(2))); in test_heterogeneous_erase()[all …]