Searched refs:IntStrategy (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp550 // IntStrategy
551 class IntStrategy { class
555 IntStrategy(int32 differentValues = 100000) function in class:IntStrategy
615 GenericPushPopFrontTest(IntStrategy(), 30);
616 GenericPushPopFrontTest(IntStrategy(), 200);
644 GenericPushPopBackTest(IntStrategy(), 30);
645 GenericPushPopBackTest(IntStrategy(), 200);
683 GenericInsertTest1(IntStrategy(), 30);
685 GenericInsertTest2(IntStrategy(), 30);
687 GenericInsertTest1(IntStrategy(), 20
[all...]
H A DVectorSetTest.cpp442 // IntStrategy
443 class IntStrategy {
447 IntStrategy(int32 differentValues = 100000)
510 typedef TestStrategy<IntStrategy, Ascending> AIntTestStrategy;
512 typedef TestStrategy<IntStrategy, Descending> DIntTestStrategy;

Completed in 82 milliseconds