Searched refs:map_sort (Results 1 – 1 of 1) sorted by relevance
925 static bool map_sort(map_test_t i, map_test_t j) { return i.start < j.start; } in map_sort() function968 std::sort(test_maps.begin(), test_maps.end(), map_sort); in VerifyMap()