Home
last modified time | relevance | path

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

/system/unwinding/libbacktrace/
Dbacktrace_test.cpp925 static bool map_sort(map_test_t i, map_test_t j) { return i.start < j.start; } in map_sort() function
968 std::sort(test_maps.begin(), test_maps.end(), map_sort); in VerifyMap()