Lines Matching refs:fObject
189 fValue.fObject = objectToAdopt; in Formattable()
253 fValue.fObject = objectClone(source.fValue.fObject); in operator =()
314 if (fValue.fObject == NULL || that.fValue.fObject == NULL) { in operator ==()
317 equal = objectEquals(fValue.fObject, that.fValue.fObject); in operator ==()
346 delete fValue.fObject; in dispose()
425 if (fValue.fObject == NULL) { in getLong()
430 if (instanceOfMeasure(fValue.fObject)) { in getLong()
431 return ((const Measure*) fValue.fObject)-> in getLong()
477 if (fValue.fObject == NULL) { in getInt64()
481 if (instanceOfMeasure(fValue.fObject)) { in getInt64()
482 return ((const Measure*) fValue.fObject)-> in getInt64()
506 if (fValue.fObject == NULL) { in getDouble()
511 if (instanceOfMeasure(fValue.fObject)) { in getDouble()
512 return ((const Measure*) fValue.fObject)-> in getDouble()
523 return (fType == kObject) ? fValue.fObject : NULL; in getObject()
620 fValue.fObject = objectToAdopt; in adoptObject()