Searched refs:Sort (Results 1 – 10 of 10) sorted by relevance
73 Attribute Default Selection Sort Sort
71 Attribute Default Selection Sort Sort
208 void Sort();209 void Sort(base::function_ref<int(const Context&, const Context&)> cmp);
130 pool.Sort(); in TEST()149 pool.Sort(); in TEST()194 pool.Sort(); in TEST()
311 void StringPool::Sort() { in Sort() function in android::StringPool312 Sort([](auto&&, auto&&) { return 0; }); in Sort()315 void StringPool::Sort(base::function_ref<int(const Context&, const Context&)> cmp) { in Sort() function in android::StringPool
327 visitor.pool.Sort( in Flatten()
575 table->string_pool.Sort( in Consume()
220 table->string_pool.Sort(); in AssertTranslations()
339 TEST(StaticVector, Sort) { in TEST() argument
421 TEST(SmallVector, Sort) { in TEST() argument