Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp940 std::vector<Entry*> this_sorted = ToPointerVec(entries); in MergeWith() local
941 std::sort(this_sorted.begin(), this_sorted.end(), KeyNameComparator); in MergeWith()
946 auto this_iter = this_sorted.begin(); in MergeWith()
947 const auto this_end = this_sorted.end(); in MergeWith()