Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DStringPool.h141 class ConfigSorter
144 explicit ConfigSorter(const StringPool&);
DStringPool.cpp239 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool) in ConfigSorter() function in StringPool::ConfigSorter
243 bool StringPool::ConfigSorter::operator()(size_t l, size_t r) in operator ()()
270 ConfigSorter sorter(*this); in sortByConfig()