Searched refs:singleInsert (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.cpp114 void singleInsert(uint32 start, uint32 end, int value, const wxString& result) function
374 singleInsert(0, 90, 0, wxT("[(0, 90, 0), (100, 150, 0)]"));
375 singleInsert(0, 90, 1, wxT("[(0, 90, 1), (100, 150, 0)]"));
382 singleInsert(0, 99, 0, wxT("[(0, 150, 0)]")); // Same type
383 singleInsert(0, 99, 1, wxT("[(0, 99, 1), (100, 150, 0)]")); // Different type
391 singleInsert(0, 100 + offset, 0, wxT("[(0, 150, 0)]")); // Same type
394 singleInsert(0, 100 + offset, 1, expected); // Different type
409 singleInsert(98 + start_offset, 150 + end_offset, type, expected);
419 singleInsert(99, 99, 0, wxT("[(99, 150, 0)]")); // Same
420 singleInsert(9
[all...]

Completed in 37 milliseconds