Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DStringPool.h142 class ConfigSorter
145 explicit ConfigSorter(const StringPool&);
DStringPool.cpp250 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool) in ConfigSorter() function in StringPool::ConfigSorter
254 bool StringPool::ConfigSorter::operator()(size_t l, size_t r) in operator ()()
281 ConfigSorter sorter(*this); in sortByConfig()