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

/haiku/headers/private/shared/
H A DRangeArray.h69 inline const RangeType& RangeAt(int32 index) const function in class:BPrivate::RangeArray
131 while (endIndex < count && RangeAt(endIndex).offset <= endOffset)
135 if (index > 0 && offset == RangeAt(index - 1).EndOffset())
145 endOffset = std::max(endOffset, RangeAt(endIndex - 1).EndOffset());
190 while (endIndex < count && RangeAt(endIndex).offset < endOffset)
254 return index < CountRanges() && RangeAt(index).offset < offset + size;
277 const RangeType& range = RangeAt(mid);
/haiku/headers/private/debugger/types/
H A DTargetAddressRangeList.h29 TargetAddressRange RangeAt(int32 index) const;
/haiku/headers/private/debugger/util/
H A DRangeList.h46 const Range* RangeAt(int32 index) const;
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp52 TargetAddressRangeList::RangeAt(int32 index) const function in class:TargetAddressRangeList
/haiku/src/kits/debugger/util/
H A DRangeList.cpp119 RangeList::RangeAt(int32 index) const function in class:RangeList
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1216 delta += fHeapRangesToRemove->RangeAt(i).size;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2135 const Range* range = ranges.RangeAt(i);

Completed in 57 milliseconds