Searched refs:TestMap (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/cppunit/
H A DTestShell.cpp70 const TestMap &map = suite->getTests();
71 for (TestMap::const_iterator i = map.begin();
162 TestMap::iterator i;
181 const TestMap &tests = fSuites[*i]->getTests();
182 TestMap::const_iterator j;
318 TestMap::const_iterator i;
/haiku/headers/tools/cppunit/
H A DTestShell.h109 typedef std::map<std::string, CppUnit::Test*> TestMap; typedef in class:BTestShell
115 TestMap fTests;
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h181 template<typename Entry, typename TestMap, typename MyIterator,
185 typedef TestIterator<Entry, TestMap, MyIterator, ReferenceIterator>
189 inline TestIterator(TestMap *s, MyIterator myIt, ReferenceIterator refIt)
299 TestMap *fMap;
304 // TestMap
307 class TestMap { class
309 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> Class;
322 TestMap() function in class:TestMap
610 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> TestClass;

Completed in 87 milliseconds