Searched refs:Sort (Results 1 – 8 of 8) sorted by relevance
73 Attribute Default Selection Sort Sort
71 Attribute Default Selection Sort Sort
130 pool.Sort(); in TEST()149 pool.Sort(); in TEST()194 pool.Sort(); in TEST()
203 void Sort(const std::function<int(const Context&, const Context&)>& cmp = nullptr);
318 void StringPool::Sort(const std::function<int(const Context&, const Context&)>& cmp) { in Sort() function in aapt::StringPool
222 table->string_pool.Sort(); in AssertTranslations()
326 visitor.pool.Sort([](const StringPool::Context& a, const StringPool::Context& b) -> int { in Flatten()
724 table->string_pool.Sort([](const StringPool::Context& a, const StringPool::Context& b) -> int { in Consume()