Searched refs:reverse_sorted_strings (Results 1 – 1 of 1) sorted by relevance
532 std::vector<size_t> reverse_sorted_strings; in ProcessStrings() local537 reverse_sorted_strings.push_back(i); in ProcessStrings()541 std::sort(reverse_sorted_strings.rbegin(), reverse_sorted_strings.rend(), comparator); in ProcessStrings()551 mirror::String* s = strings->GetWithoutChecks(reverse_sorted_strings[i]); in ProcessStrings()