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

/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp570 // StringStrategy
571 class StringStrategy { class
575 StringStrategy(int32 differentValues = 100000) function in class:StringStrategy
617 GenericPushPopFrontTest(StringStrategy(), 30);
618 GenericPushPopFrontTest(StringStrategy(), 200);
646 GenericPushPopBackTest(StringStrategy(), 30);
647 GenericPushPopBackTest(StringStrategy(), 200);
691 GenericInsertTest1(StringStrategy(), 30);
693 GenericInsertTest2(StringStrategy(), 30);
695 GenericInsertTest1(StringStrategy(), 20
[all...]
H A DVectorSetTest.cpp462 // StringStrategy
463 class StringStrategy {
467 StringStrategy(int32 differentValues = 100000)
511 typedef TestStrategy<StringStrategy, Ascending> AStringTestStrategy;
513 typedef TestStrategy<StringStrategy, Descending> DStringTestStrategy;

Completed in 52 milliseconds