Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1288 const_accessor cacc; in test_heterogeneous_find() local
1294 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() local
1423 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() local
1467 REQUIRE(chmap.find(cacc, int(1))); in test_heterogeneous_erase()
1468 REQUIRE(chmap.find(cacc, int(2))); in test_heterogeneous_erase()
[all …]