Searched refs:Sort (Results 1 – 10 of 10) 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
375 static PyObject* Sort(RepeatedCompositeContainer* self, in Sort() function562 { "sort", (PyCFunction) Sort, METH_VARARGS | METH_KEYWORDS,
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()
1357 TEST_F(RepeatedPtrFieldPtrsIteratorTest, Sort) { in TEST_F() argument