Lines Matching refs:sort
1089 std::sort(result.begin(), result.end(), pred);1097 std::sort(result.begin(), result.end());1477 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>());