Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.cpp900 std::vector<Entry*> other_sorted = ToPointerVec(other->entries); in MergeWith() local
901 std::sort(other_sorted.begin(), other_sorted.end(), KeyNameComparator); in MergeWith()
906 auto other_iter = other_sorted.begin(); in MergeWith()
907 const auto other_end = other_sorted.end(); in MergeWith()