Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp62 static bool cmp_style_entries(const Style::Entry* a, const Style::Entry* b) { in cmp_style_entries() function
128 std::sort(sorted_entries.begin(), sorted_entries.end(), cmp_style_entries); in Visit()