Searched defs:QueueSorter (Results 1 – 1 of 1) sorted by relevance
228 struct QueueSorter { struct in __anon35eb8c210111::FunctionDifferenceEngine229 const FunctionDifferenceEngine &fde;230 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument232 bool operator()(BlockPair &Old, BlockPair &New) { in operator ()()