Searched refs:doErase (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.cpp132 void doErase(uint32 start, uint32 end, const wxString& result) function
685 doErase(0, 90, wxT("[(100, 150, 0)]"));
692 doErase(0, 99, wxT("[(100, 150, 0)]"));
700 doErase(0, 100 + offset, wxString::Format(wxT("[(%u, 150, 0)]"), 100 + offset + 1));
712 doErase(98 + start_offset, 150 + end_offset, wxT("[]"));
721 doErase(99, 99, wxT("[(100, 150, 0)]"));
733 doErase(start, end, wxString::Format(wxT("[(%u, 150, 0)]"), 100 + offset_b + 1));
744 doErase(100, 150 + offset, wxT("[]"));
759 doErase(start, end, wxString::Format(wxT("[(100, %u, 0)]"), start - 1));
772 doErase(15
[all...]

Completed in 19 milliseconds