Searched refs:indices_to_sort (Results 1 – 1 of 1) sorted by relevance
2202 std::vector<int64> indices_to_sort(sort_dim_elements); in HandleSort() local2203 std::iota(indices_to_sort.begin(), indices_to_sort.end(), 0); in HandleSort()2241 std::stable_sort(indices_to_sort.begin(), indices_to_sort.end(), in HandleSort()2244 std::sort(indices_to_sort.begin(), indices_to_sort.end(), comparator); in HandleSort()2255 ExtractFromIndexPositions(literals_to_sort[i], indices_to_sort)); in HandleSort()