Home | History | Annotate | Download | only in base

Lines Matching refs:Sort

175   // Data Gathering is complete. Now to sort/process/render.
178 // Create filtering and sort comparison object.
190 comparator.Sort(&match_array);
199 "sort and aggregate the data, or to select data.<br><ul>"
209 "<li><b>about:tasks/file</b> would sort the above data by file, and"
213 "<li><b>about:tasks/birth/death</b> would sort the above list by birth"
796 return left.count() > right.count(); // Sort large at front of vector.
814 void Comparator::Sort(DataCollector::Collection* collection) const {
815 std::sort(collection->begin(), collection->end(), *this);
948 // Sorting and aggretation keywords, which specify how to sort the data, or
958 // Immediate commands that do not involve setting sort order.