Searched refs:CompareSortKeys (Results 1 – 2 of 2) sorted by relevance
79 bool CompareSortKeys(const T* a, const T* b) { in CompareSortKeys() function86 std::sort(sorted.begin(), sorted.end(), CompareSortKeys<T>); in Sorted()