Searched defs:QueueSorter (Results 1 – 1 of 1) sorted by relevance
144 struct QueueSorter { struct in __anon3906a3ef0111::FunctionDifferenceEngine145 const FunctionDifferenceEngine &fde;146 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument148 bool operator()(BlockPair &Old, BlockPair &New) { in operator ()()