Searched refs:it2 (Results 1 – 4 of 4) sorted by relevance
191 auto it2 = std_set.find(s); in TEST_F() local192 ASSERT_EQ(it1 == hash_set.end(), it2 == std_set.end()); in TEST_F()194 ASSERT_EQ(*it1, *it2); in TEST_F()196 std_set.erase(it2); in TEST_F()
193 auto it2 = std::find(other_handlers_.begin(), other_handlers_.end(), handler); in RemoveHandler() local194 if (it2 != other_handlers_.end()) { in RemoveHandler()
348 auto it2 = table.DexToPcBegin(); in BuildMappingTable() local356 CHECK(it2 == table.DexToPcEnd()); in BuildMappingTable()
730 auto it2 = table.DexToPcBegin(); in CreateMappingTables() local738 CHECK_EQ(tgt_lir->offset, it2.NativePcOffset()); in CreateMappingTables()739 CHECK_EQ(tgt_lir->dalvik_offset, it2.DexPc()); in CreateMappingTables()740 ++it2; in CreateMappingTables()744 CHECK(it2 == table.DexToPcEnd()); in CreateMappingTables()