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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DRangeMapTest.cpp9 typedef CRangeMap<int> TestRangeMap; typedef
13 * Returns the contents of a TestRangeMap iterator as a string-presentation.
15 wxString StringFrom(const TestRangeMap::const_iterator& it)
21 * Returns the contents of a TestRangeMap iterator as a string-presentation.
23 wxString StringFrom(TestRangeMap::iterator it)
48 * Returns the contents of a TestRangeMap as a string-representation.
73 TestRangeMap m_map;
74 TestRangeMap m_mmaps[3];
116 TestRangeMap::iterator it = m_map.insert(start, end, value);
151 TestRangeMap
[all...]

Completed in 113 milliseconds