Symbol: TestIterator
src/tests/system/kernel/util/VectorMapTest.cpp
135
typedef TestIterator<Entry, TestMap, MyIterator, ReferenceIterator> Iterator;
src/tests/system/kernel/util/VectorMapTest.cpp
138
inline TestIterator(TestMap* s, MyIterator myIt, ReferenceIterator refIt)
src/tests/system/kernel/util/VectorMapTest.cpp
146
inline TestIterator(const Iterator& other)
src/tests/system/kernel/util/VectorMapTest.cpp
267
typedef TestIterator<Entry, Class, MyIterator, ReferenceIterator> Iterator;
src/tests/system/kernel/util/VectorMapTest.cpp
268
typedef TestIterator<ConstEntry, const Class, MyConstIterator, ReferenceConstIterator>
src/tests/system/kernel/util/VectorSetTest.cpp
145
typedef TestIterator<Value, Class, MyIterator, ReferenceIterator> Iterator;
src/tests/system/kernel/util/VectorSetTest.cpp
146
typedef TestIterator<const Value, const Class, MyConstIterator, ReferenceConstIterator>
src/tests/system/kernel/util/VectorSetTest.cpp
23
typedef TestIterator<Value, TestSet, MyIterator, ReferenceIterator> Iterator;
src/tests/system/kernel/util/VectorSetTest.cpp
26
inline TestIterator(TestSet* s, MyIterator myIt, ReferenceIterator refIt)
src/tests/system/kernel/util/VectorSetTest.cpp
34
inline TestIterator(const Iterator& other)
src/tests/system/kernel/util/VectorTest.cpp
143
typedef TestIterator<Value, TestVector<Value>, MyIterator, ReferenceIterator>
src/tests/system/kernel/util/VectorTest.cpp
145
typedef TestIterator<const Value, const TestVector<Value>, MyConstIterator, ReferenceConstIterator>
src/tests/system/kernel/util/VectorTest.cpp
23
typedef TestIterator<Value, TestVector, MyIterator, ReferenceIterator> Iterator;
src/tests/system/kernel/util/VectorTest.cpp
26
inline TestIterator(TestVector* vector, MyIterator myIt, ReferenceIterator refIt)
src/tests/system/kernel/util/VectorTest.cpp
34
inline TestIterator(const Iterator& other)