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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DRangeMapTest.cpp17 return wxString::Format(wxT("(%") wxLongLongFmtSpec wxT("u, %") wxLongLongFmtSpec wxT("u, %i)"), it.keyStart(), it.keyEnd(), *it);
25 return wxString::Format(wxT("(%") wxLongLongFmtSpec wxT("u, %") wxLongLongFmtSpec wxT("u, %i)"), it.keyStart(), it.keyEnd(), *it);
34 return wxString::Format(wxT("(%") wxLongLongFmtSpec wxT("u, %") wxLongLongFmtSpec wxT("u)"), it.keyStart(), it.keyEnd());
42 return wxString::Format(wxT("(%") wxLongLongFmtSpec wxT("u, %") wxLongLongFmtSpec wxT("u)"), it.keyStart(), it.keyEnd());
120 ASSERT_TRUE(it.keyEnd() >= end);
155 ASSERT_TRUE(it.keyEnd() >= end);
834 ASSERT_EQUALS(value + 10, it.keyEnd());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRangeMap.h138 * Special member-functions are keyStart() and keyEnd().
166 KEYTYPE keyEnd() const { function in class:CRangeMap::iterator_base
H A DIPFilter.cpp153 uint32 realLength = it.keyEnd() - it.keyStart() + 1;

Completed in 121 milliseconds