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