Lines Matching refs:sort

106 /// @param enumerators_map the map to sort.
118 std::sort(sorted.begin(), sorted.end(), comp);
123 /// @param enumerators_map the map to sort.
137 std::sort(sorted.begin(), sorted.end(), comp);
142 /// @param data_members the map of changed data members to sort.
156 std::sort(sorted.begin(), sorted.end(), comp);
161 /// @param to_sort the vector to sort.
166 std::sort(to_sort.begin(), to_sort.end(), comp);
172 /// @param map the map to sort.
186 std::sort(sorted.begin(), sorted.end(), comp);
193 /// @param map the map to sort.
207 std::sort(sorted.begin(), sorted.end(), comp);
217 /// result of the sort into.
229 std::sort(sorted.begin(), sorted.end(), comp);
234 /// @param map the input map to sort.
249 std::sort(sorted.begin(), sorted.end(), comp);
257 /// @param map the map to sort.
271 std::sort(sorted.begin(), sorted.end(), comp);
279 /// @param map the map to sort.
292 std::sort(sorted.begin(), sorted.end(), comp);
298 /// @param map the map of changed data members to sort.
311 std::sort(sorted.begin(), sorted.end(), comp);
317 /// @param map the map of changed data members to sort.
330 std::sort(sorted.begin(), sorted.end(), comp);
353 sort(sorted.begin(), sorted.end(), comp);
360 /// @param map the map to sort.
374 sort(sorted.begin(), sorted.end(), comp);
381 /// @param map the map to sort.
395 sort(sorted.begin(), sorted.end(), comp);
402 /// @param map the input map to sort.
414 sort(sorted.begin(), sorted.end(), comp);
417 /// Lexicographically sort base specifications found
429 std::sort(sorted.begin(), sorted.end(), comp);
435 /// @param map the map to sort.
450 std::sort(sorted.begin(), sorted.end(), comp);
456 /// @param map the map to sort.
471 std::sort(sorted.begin(), sorted.end(), comp);
476 /// @param map the map to sort.
490 std::sort(sorted.begin(), sorted.end(), comp);
496 /// @param set the set of ABI artifacts to sort.
511 std::sort(sorted.begin(), sorted.end(), comp);
520 /// @param map the map to sort.
534 std::sort(sorted.begin(), sorted.end(), comp);
9700 /// unreachable, sort them, and return the sorted vector.