Searched refs:Descending (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/util/
H A DKernelUtilsOrder.h28 // Descending
34 class Descending { class in namespace:KernelUtilsOrder
H A DVectorSet.h19 template<typename Value> class Descending;
353 argument to the class. Default is ascending order. Descending order
394 argument to the class. Default is ascending order. Descending order
473 // Descending
479 class Descending { class in namespace:VectorSetOrder
H A DAVLTreeMap.h17 template<typename Value> class Descending;
574 // Descending
577 class Descending { class in namespace:AVLTreeMapStrategy
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h158 // Non-template wrapper for the Descending compare strategy.
161 struct Descending { struct
163 class Strategy : public KernelUtilsOrder::Descending<Value> {};
700 GenericInsertTest<TestStrategy<Descending> >();
741 GenericPutTest<TestStrategy<Descending> >();
787 GenericGetTest<TestStrategy<Descending> >();
847 GenericRemoveTest<TestStrategy<Descending> >();
885 GenericEraseTest<TestStrategy<Descending> >();
922 GenericMakeEmptyTest<TestStrategy<Descending> >();
984 GenericFindTest<TestStrategy<Descending> >();
[all...]
H A DVectorSetTest.cpp19 using VectorSetOrder::Descending;
512 typedef TestStrategy<IntStrategy, Descending> DIntTestStrategy;
513 typedef TestStrategy<StringStrategy, Descending> DStringTestStrategy;

Completed in 45 milliseconds