Home
last modified time | relevance | path

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

/system/core/libbacktrace/
Dbacktrace_test.cpp887 std::vector<map_test_t> test_maps; in VerifyMap() local
891 test_maps.push_back(map); in VerifyMap()
894 std::sort(test_maps.begin(), test_maps.end(), map_sort); in VerifyMap()
899 std::vector<map_test_t>::const_iterator test_it = test_maps.begin(); in VerifyMap()
901 ASSERT_TRUE(test_it != test_maps.end()); in VerifyMap()
906 ASSERT_TRUE(test_it == test_maps.end()); in VerifyMap()