Home
last modified time | relevance | path

Searched refs:SortKey (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dsort.cc60 (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 struct
92 struct SortKey
205 bool operator()(const SortKey<KeyType>& sortKeyX,
206 const SortKey<KeyType>& sortKeyY) const
215 KeyType operator()(const SortKey<KeyType>& sortKey,
246 SortKey<KeyType>*& ptrSortKey,
249 ptrSortKey = new(std::nothrow) SortKey<KeyType>[numOfElements];
[all …]