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

/haiku/headers/private/debugger/types/
H A DTargetAddressRangeList.h28 int32 CountRanges() const;
/haiku/headers/private/debugger/util/
H A DRangeList.h45 int32 CountRanges() const;
/haiku/headers/private/shared/
H A DRangeArray.h45 inline int32 CountRanges() const function in class:BPrivate::RangeArray
130 int32 count = CountRanges();
189 int32 count = CountRanges();
254 return index < CountRanges() && RangeAt(index).offset < offset + size;
263 \a offset is returned. Otherwise \c CountRanges() is returned.
273 int32 upper = CountRanges();
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp45 TargetAddressRangeList::CountRanges() const function in class:TargetAddressRangeList
/haiku/src/kits/debugger/util/
H A DRangeList.cpp112 RangeList::CountRanges() const function in class:RangeList
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp309 ssize_t rangeCount = ranges.CountRanges();
H A DPackageWriterImpl.cpp1205 int32 count = fHeapRangesToRemove->CountRanges();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2134 for (int32 i = 0; i < ranges.CountRanges(); i++) {

Completed in 189 milliseconds