Searched refs:fFieldIndex (Results 1 – 2 of 2) sorted by relevance
717 fFieldIndex(index) in BMessageFieldNodeChild()722 if (fFieldIndex >= 0) in BMessageFieldNodeChild()723 fPresentationName.SetToFormat("[%" B_PRId32 "]", fFieldIndex); in BMessageFieldNodeChild()758 return fFieldCount > 1 && fFieldIndex == -1; in IsInternal()785 return fParent->_FindDataLocation(fName, fFieldType, fFieldIndex >= 0 in ResolveLocation()786 ? fFieldIndex : 0, *_location); in ResolveLocation()
136 int32 fFieldIndex; variable