Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp1053 int32 childEndIndex = childIndex + count; in _AddChildRows() local
1054 for (int32 i = childIndex; i < childEndIndex; i++) { in _AddChildRows()