Searched refs:ConfigSorter (Results 1 – 2 of 2) sorted by relevance
141 class ConfigSorter144 explicit ConfigSorter(const StringPool&);
239 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool) in ConfigSorter() function in StringPool::ConfigSorter243 bool StringPool::ConfigSorter::operator()(size_t l, size_t r) in operator ()()270 ConfigSorter sorter(*this); in sortByConfig()