HomeSort by relevance Sort by last modified time
    Searched refs:SortKey (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 55 *static_cast<TYPE*>(static_cast<const SortKey*>(SORT_KEY_X)->key_)); \
57 *static_cast<TYPE*>(static_cast<const SortKey*>(SORT_KEY_Y)->key_)); \
68 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC)); \
75 struct SortKey {
81 struct SortKey {
172 bool operator()(const SortKey<KeyType>& sort_key_x,
173 const SortKey<KeyType>& sort_key_y) const {
180 KeyType operator()(const SortKey<KeyType>& sort_key,
207 SortKey<KeyType>*& ptr_sort_key,
209 ptr_sort_key = new(std::nothrow) SortKey<KeyType>[num_of_elements]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1098 ULONG SortKey;
    [all...]

Completed in 1841 milliseconds