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