Symbol: TestStrategy
src/tests/system/kernel/util/VectorMapTest.cpp
548
template<class TestStrategy>
src/tests/system/kernel/util/VectorMapTest.cpp
572
typedef typename TestStrategy::EntryStrategy EntryStrategy;
src/tests/system/kernel/util/VectorMapTest.cpp
573
typedef typename TestStrategy::Key Key;
src/tests/system/kernel/util/VectorMapTest.cpp
574
typedef typename TestStrategy::Value Value;
src/tests/system/kernel/util/VectorMapTest.cpp
575
typedef typename TestStrategy::TestClass TestClass;
src/tests/system/kernel/util/VectorMapTest.cpp
576
typedef typename TestStrategy::MyMap MyMap;
src/tests/system/kernel/util/VectorMapTest.cpp
864
struct Strategy : public TestStrategy<Map, PairTestBase<Key, Value>::EntryStrategy, CS> {};
src/tests/system/kernel/util/VectorMapTest.cpp
907
: public TestStrategy<ImplicitKeyTestMap, ImplicitKeyTestEntryStrategy, CompareStrategy> {};
src/tests/system/kernel/util/VectorSetTest.cpp
438
typedef TestStrategy<IntStrategy, Ascending> IntAscTestStrategy;
src/tests/system/kernel/util/VectorSetTest.cpp
439
typedef TestStrategy<IntStrategy, Descending> IntDescTestStrategy;
src/tests/system/kernel/util/VectorSetTest.cpp
440
typedef TestStrategy<StringStrategy, Ascending> StringAscTestStrategy;
src/tests/system/kernel/util/VectorSetTest.cpp
441
typedef TestStrategy<StringStrategy, Descending> StringDescTestStrategy;
src/tests/system/kernel/util/VectorSetTest.cpp
444
template<typename TestStrategy>
src/tests/system/kernel/util/VectorSetTest.cpp
465
typedef typename TestStrategy::ValueStrategy ValueStrategy;
src/tests/system/kernel/util/VectorSetTest.cpp
466
typedef typename TestStrategy::Value Value;
src/tests/system/kernel/util/VectorSetTest.cpp
467
typedef typename TestStrategy::TestClass TestClass;
src/tests/system/kernel/util/VectorTest.cpp
523
typedef TestStrategy<IntStrategy> IntTestStrategy;
src/tests/system/kernel/util/VectorTest.cpp
524
typedef TestStrategy<StringStrategy> StringTestStrategy;
src/tests/system/kernel/util/VectorTest.cpp
527
template<typename TestStrategy>
src/tests/system/kernel/util/VectorTest.cpp
553
typedef typename TestStrategy::ValueStrategy ValueStrategy;
src/tests/system/kernel/util/VectorTest.cpp
554
typedef typename TestStrategy::Value Value;
src/tests/system/kernel/util/VectorTest.cpp
555
typedef typename TestStrategy::TestClass TestClass;