Home
last modified time | relevance | path

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

/system/core/libbacktrace/
Dbacktrace_test.cpp899 std::vector<map_test_t>::const_iterator test_it = test_maps.begin(); in VerifyMap() local
901 ASSERT_TRUE(test_it != test_maps.end()); in VerifyMap()
902 ASSERT_EQ(test_it->start, it->start); in VerifyMap()
903 ASSERT_EQ(test_it->end, it->end); in VerifyMap()
904 ++test_it; in VerifyMap()
906 ASSERT_TRUE(test_it == test_maps.end()); in VerifyMap()