Home
last modified time | relevance | path

Searched refs:storeDateTime (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativevme.cpp535 CLEAN_PROPERTY(target, instr.storeDateTime.propertyIndex); in run()
538 t.setHMS(intData.at(instr.storeDateTime.valueIndex+1), in run()
539 intData.at(instr.storeDateTime.valueIndex+2), in run()
540 intData.at(instr.storeDateTime.valueIndex+3), in run()
541 intData.at(instr.storeDateTime.valueIndex+4)); in run()
542 QDateTime dt(QDate::fromJulianDay(intData.at(instr.storeDateTime.valueIndex)), t); in run()
545 instr.storeDateTime.propertyIndex, a); in run()
H A Dqdeclarativeinstruction.cpp112 …line << "\t" << "STORE_DATETIME\t\t" << instr->storeDateTime.propertyIndex << "\t" << instr->store… in dump()
H A Dqdeclarativeinstruction_p.h341 StoreDateTimeInstruction storeDateTime; member
H A Dqdeclarativecompiler.cpp452 instr.storeDateTime.propertyIndex = prop.propertyIndex(); in genLiteralAssignment()
453 instr.storeDateTime.valueIndex = index; in genLiteralAssignment()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeinstruction/
H A Dtst_qdeclarativeinstruction.cpp224 i.storeDateTime.propertyIndex = 12; in dump()
225 i.storeDateTime.valueIndex = 44; in dump()