Home
last modified time | relevance | path

Searched refs:CountRanges (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/private/shared/
H A DRangeArray.h45 inline int32 CountRanges() const in CountRanges() function
130 int32 count = CountRanges(); in AddRange()
189 int32 count = CountRanges(); in RemoveRange()
254 return index < CountRanges() && RangeAt(index).offset < offset + size; in IntersectsWith()
273 int32 upper = CountRanges(); in InsertionIndex()
/haiku/headers/private/debugger/util/
H A DRangeList.h45 int32 CountRanges() const;
/haiku/headers/private/debugger/types/
H A DTargetAddressRangeList.h28 int32 CountRanges() const;
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp45 TargetAddressRangeList::CountRanges() const in CountRanges() function in TargetAddressRangeList
/haiku/src/kits/debugger/util/
H A DRangeList.cpp112 RangeList::CountRanges() const in CountRanges() function in RangeList
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp309 ssize_t rangeCount = ranges.CountRanges(); in RemoveDataRanges()
H A DPackageWriterImpl.cpp1205 int32 count = fHeapRangesToRemove->CountRanges(); in _CompactHeap()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2133 for (int32 i = 0; i < ranges.CountRanges(); i++) { in MessageReceived()