Lines Matching refs:key

33     return node.key() == value.first && node.mapped() == value.second;  in compare_handle_getters()
43 node.key() = value.first; in set_node_handle_value()
172 REQUIRE_MESSAGE((result == table.find(Value<Container>::key(*node_value)) &&
255 auto key = Value<Container>::key(expected_value); in test_extract() local
256 auto count = table_for_extract.count(key); in test_extract()
258 nh = table_for_extract.unsafe_extract(key); in test_extract()
261 …REQUIRE_MESSAGE(table_for_extract.count(key) == count -1, "Extract: more than one elements were ex… in test_extract()
265 auto key2 = Value<Container>::key(expected_value2); in test_extract()
278 test_extract(container, Value<Container>::key(new_value)); in test_node_handling()
306 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic()
312 table1.unsafe_extract(Value<Container1>::key(it)); in test_merge_basic()
316 table2_backup.unsafe_extract(Value<container2_pure_type>::key(it)); in test_merge_basic()
321 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic()
362 REQUIRE_MESSAGE(dst_table.count(Value<DstTableType>::key(it)) == in check_concurrent_merge()
363 start_data.count(Value<SrcTableType>::key(it)) * src_tables.size(), in check_concurrent_merge()
380 if (!table.contains(Value<SrcTableType>::key(it))) { in check_concurrent_merge()
392 if (dst_table.contains(Value<SrcTableType>::key(it)) && in check_concurrent_merge()
393 start_data.contains(Value<DstTableType>::key(it))) in check_concurrent_merge()
395 dst_table.unsafe_extract(Value<SrcTableType>::key(it)); in check_concurrent_merge()
396 start_data.unsafe_extract(Value<DstTableType>::key(it)); in check_concurrent_merge()