Searched refs:fObject (Results 1 – 13 of 13) sorted by relevance
193 fValue.fObject = objectToAdopt; in Formattable()257 fValue.fObject = objectClone(source.fValue.fObject); in operator =()318 if (fValue.fObject == NULL || that.fValue.fObject == NULL) { in operator ==()321 equal = objectEquals(fValue.fObject, that.fValue.fObject); in operator ==()350 delete fValue.fObject; in dispose()424 if (fValue.fObject == NULL) { in getLong()429 if (instanceOfMeasure(fValue.fObject)) { in getLong()430 return ((const Measure*) fValue.fObject)-> in getLong()477 if (fValue.fObject == NULL) { in getInt64()481 if (instanceOfMeasure(fValue.fObject)) { in getInt64()[all …]
262 const skjson::ObjectValue* fObject; member275 fObjectIter = fObject ? fObject->begin() : nullptr; in reset()281 } else if (fObject) { in atEnd()282 return fObjectIter == fObject->end(); in atEnd()
31 if (!status->fObject) { in parseFiddles()
448 SkASSERT(status->fObject); in next()465 SkASSERT(status->fObjectIter != status->fObject->end()); in next()
417 SkASSERT(fStack.back().fObject.isArray()); in baseDir()441 if (status->fIter != status->fObject.end()) { in next()459 } while (status->fIter != status->fObject.end()); in next()460 if (status->fIter == status->fObject.end()) { in next()464 if (!status->fObject.isArray()) { in next()465 SkASSERT(status->fIter != status->fObject.end()); in next()
27 while (status->fIter != status->fObject.end()) { in parseFiddles()31 if (!status->fObject.isObject()) { in parseFiddles()
108 status->fIter = status->fObject.begin(); in parseFromFile()
258 const Json::Value& fObject; member
38 SkASSERT(fObject); in ~SkPDFUnion()39 delete fObject; in ~SkPDFUnion()70 SkRef(u.fObject);200 fObject->emitObject(stream); in emitObject()252 u.fObject = objSp.release(); // take ownership into union{} in Object()
96 SkPDFObject* fObject; member
691 UObject* fObject; member