Searched defs:QueueSorter (Results 1 – 1 of 1) sorted by relevance
139 struct QueueSorter { struct in __anon6bb4de1d0111::FunctionDifferenceEngine140 const FunctionDifferenceEngine &fde;141 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function143 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()