Searched refs:UEntry (Results 1 – 1 of 1) sorted by relevance
300 using UEntry = std::unique_ptr<E>; in SortEntries() typedef303 std::sort(entries.begin(), entries.end(), [&cmp](const UEntry& a, const UEntry& b) -> bool { in SortEntries()312 [](const UEntry& a, const UEntry& b) -> bool { return a->value < b->value; }); in SortEntries()