Searched refs:Ascending (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/util/
H A DKernelUtilsOrder.h10 // Ascending
16 class Ascending { class in namespace:KernelUtilsOrder
H A DVectorSet.h18 template<typename Value> class Ascending;
36 typename ElementOrder = VectorSetOrder::Ascending<Value> >
455 // Ascending
461 class Ascending { class in namespace:VectorSetOrder
H A DAVLTreeMap.h16 template<typename Value> class Ascending;
21 typename KeyOrder = Ascending<Key>,
557 // Ascending
560 class Ascending { class in namespace:AVLTreeMapStrategy
H A DVectorMap.h20 typename KeyOrder = KernelUtilsOrder::Ascending<Key> > class Pair;
23 typename KeyOrder = KernelUtilsOrder::Ascending<Key> >
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h150 // Non-template wrapper for the Ascending compare strategy.
153 struct Ascending { struct
155 class Strategy : public KernelUtilsOrder::Ascending<Value> {};
624 (string(TestStrategy<Ascending>::kClassName) \
655 typedef typename TestStrategy<Ascending>::MyMap MyMap;
698 GenericInsertTest<TestStrategy<Ascending> >();
739 GenericPutTest<TestStrategy<Ascending> >();
785 GenericGetTest<TestStrategy<Ascending> >();
845 GenericRemoveTest<TestStrategy<Ascending> >();
883 GenericEraseTest<TestStrategy<Ascending> >();
[all...]
H A DVectorSetTest.cpp18 using VectorSetOrder::Ascending;
510 typedef TestStrategy<IntStrategy, Ascending> AIntTestStrategy;
511 typedef TestStrategy<StringStrategy, Ascending> AStringTestStrategy;

Completed in 49 milliseconds