Home
last modified time | relevance | path

Searched refs:UEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DStringPool.cpp300 using UEntry = std::unique_ptr<E>; in SortEntries() typedef
303 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()