Lines Matching refs:present
683 boolean present = true; in initProperties()
687 present = false; in initProperties()
699 present)) in initProperties()
878 boolean present = AnyConverter.toBoolean( in getProperty()
882 if (!present) { in getProperty()
977 boolean present = !AnyConverter.isVoid(value); in wrapValue()
981 strct, new Boolean(present)); in wrapValue()
982 if (present) { in wrapValue()
1021 if (p == null || !p.present) { in get()
1036 public PropertyData(Property property, boolean present) { in PropertyData() argument
1038 this.present = present; in PropertyData()
1042 public final boolean present; field in PropertySetMixin.PropertyData
1055 if (p.present) { in getProperties()
1070 return p != null && p.present; in hasPropertyByName()