Searched refs:ConfigSorter (Results 1 – 2 of 2) sorted by relevance
142 class ConfigSorter145 explicit ConfigSorter(const StringPool&);
250 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool) in ConfigSorter() function in StringPool::ConfigSorter254 bool StringPool::ConfigSorter::operator()(size_t l, size_t r) in operator ()()281 ConfigSorter sorter(*this); in sortByConfig()