Searched refs:propIndex (Results 1 – 4 of 4) sorted by relevance
101 for (int propIndex = 0; propIndex < numProperties; propIndex++) { in equals()102 Object thisProp = this.properties.elementAt(propIndex); in equals()103 if (!otherSoapObject.isPropertyEqual(thisProp, propIndex)) { in equals()465 for (int propIndex = 0; propIndex < properties.size(); propIndex++) { in newInstance()466 Object prop = properties.elementAt(propIndex); in newInstance()468 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(propIndex); in newInstance()
78 int propIndex = 0; in deepCopy() local86 if (getProperty(propIndex, &value)) in deepCopy()87 copy->setProperty(propIndex, value); in deepCopy()88 propIndex++; in deepCopy()154 int propIndex = 0; in dumpAttrs() local168 if (getProperty(propIndex, &value)) { in dumpAttrs()169 blankCopy->getProperty(propIndex, &blankValue); in dumpAttrs()174 propIndex++; in dumpAttrs()
META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...