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

/haiku/src/kits/app/
H A DPropertyInfo.cpp50 int32 propertyIndex = 0; local
52 while (fPropInfo != NULL && fPropInfo[propertyIndex].name != NULL) {
53 property_info* propertyInfo = fPropInfo + propertyIndex;
61 return propertyIndex;
63 propertyIndex++;

Completed in 9 milliseconds