Searched refs:SortKey (Results 1 – 1 of 1) sorted by relevance
60 (static_cast<const SortKey*>(SORT_KEY_X)->key)); \62 (static_cast<const SortKey*>(SORT_KEY_Y)->key)); \77 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC));\85 struct SortKey struct92 struct SortKey205 bool operator()(const SortKey<KeyType>& sortKeyX,206 const SortKey<KeyType>& sortKeyY) const215 KeyType operator()(const SortKey<KeyType>& sortKey,246 SortKey<KeyType>*& ptrSortKey,249 ptrSortKey = new(std::nothrow) SortKey<KeyType>[numOfElements];[all …]