Lines Matching refs:unsorted
1086 static vector<T> sorted (const vector<T>& unsorted, P pred)1088 vector<T> result = unsorted;1094 static vector<T> sorted (const vector<T>& unsorted)1096 vector<T> result = unsorted;