Searched defs:QueueSorter (Results 1 – 1 of 1) sorted by relevance
137 struct QueueSorter { struct in __anon0b0ced060111::FunctionDifferenceEngine138 const FunctionDifferenceEngine &fde;139 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function141 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()