Searched defs:QueueSorter (Results 1 – 1 of 1) sorted by relevance
138 struct QueueSorter { struct in __anon79a962d30111::FunctionDifferenceEngine139 const FunctionDifferenceEngine &fde;140 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument142 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()