Searched refs:rangeExpression (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp434 UiUtils::ParseRangeExpression(const BString& rangeExpression, int32 lowerBound, argument
437 if (rangeExpression.IsEmpty())
440 BString dataString = rangeExpression;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2123 BString rangeExpression = message->FindString("text"); local
2124 if (rangeExpression.Length() == 0)
2129 rangeExpression, lowerBound, upperBound, fixedRange, ranges);

Completed in 48 milliseconds