Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues.cpp896 std::vector<Entry*> this_sorted = ToPointerVec(entries); in MergeWith() local
897 std::sort(this_sorted.begin(), this_sorted.end(), KeyNameComparator); in MergeWith()
902 auto this_iter = this_sorted.begin(); in MergeWith()
903 const auto this_end = this_sorted.end(); in MergeWith()