Searched refs:SDIFF (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.cpp80 SDIFF = 2 // Seperated and not equal enumerator in enum:Maps
90 m_mmaps[SDIFF].insert(100, 150, 0);
91 m_mmaps[SDIFF].insert(160, 200, 1);
98 ASSERT_EQUALS(wxT("[(100, 150, 0), (160, 200, 1)]"), StringFrom(m_mmaps[SDIFF]));
184 TestRangeMap mapD(m_mmaps[SDIFF]);
189 ASSERT_EQUALS(m_mmaps[SDIFF], mapD);
201 ASSERT_FALSE(m_mmaps[SDIFF] == mapD);
227 TestRangeMap mapA(m_mmaps[SSAME]), mapB(m_mmaps[SDIFF]);
505 multiInsert(SDIFF, 0, 90, type, wxString(wxT("[(0, 90, ")) << type << wxT("), (100, 150, 0), (160, 200, 1)]"));
515 multiInsert(SDIFF,
[all...]

Completed in 43 milliseconds