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