Lines Matching refs:it

167             for (auto it = table.begin(); it != table.end(); ++it) {  variable
168 if (it == result) return;
305 for (auto it : table2) { in test_merge_basic() local
306 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic()
311 for (auto it : table1_backup) { in test_merge_basic() local
312 table1.unsafe_extract(Value<Container1>::key(it)); in test_merge_basic()
315 for (auto it : table2) { in test_merge_basic() local
316 table2_backup.unsafe_extract(Value<container2_pure_type>::key(it)); in test_merge_basic()
320 for (auto it : table2_backup) { in test_merge_basic() local
321 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic()
361 for (auto it : start_data) { in check_concurrent_merge() local
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()
378 for (auto it : start_data) { in check_concurrent_merge() local
380 if (!table.contains(Value<SrcTableType>::key(it))) { in check_concurrent_merge()
381 bool result = expected_result.insert(it).second; in check_concurrent_merge()
391 for (auto it : expected_result) { in check_concurrent_merge() local
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()