Searched refs:CompareByAddress (Results 1 – 1 of 1) sorted by relevance
67 std::stable_sort(lines.begin(), lines.end(), CompareByAddress); in GenerateExpected()130 static bool CompareByAddress(const std::string& lhs, const std::string& rhs) { in CompareByAddress() function