Searched refs:Sorter (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-diff/
H A DDifferenceEngine.cpp39 template <class T, class Sorter, unsigned InlineCapacity>
41 Sorter Precedes;
45 PriorityQueue(const Sorter &Precedes) : Precedes(Precedes) {}
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp813 struct Sorter { struct in class:SharedCache
814 Sorter(std::map<const MachOLayoutAbstraction*, uint32_t>& map): fMap(map) {} function in struct:SharedCache::Sorter
1106 std::sort(fDylibs.begin(), fDylibs.end(), Sorter(map));
1424 std::sort(fDylibs.begin(), fDylibs.end(), Sorter(sortingMap));

Completed in 75 milliseconds