Home
last modified time | relevance | path

Searched defs:propertyCaches (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmltypecompiler_p.h195 const QQmlPropertyCacheVector * const propertyCaches; member
222 const QQmlPropertyCacheVector * const propertyCaches; variable
249 const QQmlPropertyCacheVector * const propertyCaches; variable
261 const QQmlPropertyCacheVector * const propertyCaches; variable
298 QQmlPropertyCacheVector propertyCaches; variable
312 const QQmlPropertyCacheVector * const propertyCaches; variable
329 const QQmlPropertyCacheVector * const propertyCaches; variable
H A Dqqmlpropertyvalidator_p.h97 const QQmlPropertyCacheVector &propertyCaches; variable
H A Dqqmlpropertycachecreator_p.h141 QQmlPropertyCacheVector *propertyCaches; variable
148 …rtyCacheCreator<ObjectContainer>::QQmlPropertyCacheCreator(QQmlPropertyCacheVector *propertyCaches, in QQmlPropertyCacheCreator()
686 QQmlPropertyCacheVector *propertyCaches; variable
691 …sCreator<ObjectContainer>::QQmlPropertyCacheAliasCreator(QQmlPropertyCacheVector *propertyCaches, … in QQmlPropertyCacheAliasCreator()
H A Dqqmlmetatypedata_p.h115 QHash<const QMetaObject *, QQmlPropertyCache *> propertyCaches; member
H A Dqqmlobjectcreator_p.h186 const QQmlPropertyCacheVector *propertyCaches; variable
H A Dqqmltypecompiler.cpp237 const QQmlPropertyCacheVector *QQmlTypeCompiler::propertyCaches() const in propertyCaches() function in QQmlTypeCompiler
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmltypecompiler_p.h195 const QQmlPropertyCacheVector * const propertyCaches; member
222 const QQmlPropertyCacheVector * const propertyCaches; variable
249 const QQmlPropertyCacheVector * const propertyCaches; variable
261 const QQmlPropertyCacheVector * const propertyCaches; variable
298 QQmlPropertyCacheVector propertyCaches; variable
312 const QQmlPropertyCacheVector * const propertyCaches; variable
329 const QQmlPropertyCacheVector * const propertyCaches; variable
H A Dqqmlpropertyvalidator_p.h97 const QQmlPropertyCacheVector &propertyCaches; variable
H A Dqqmlpropertycachecreator_p.h141 QQmlPropertyCacheVector *propertyCaches; variable
148 …rtyCacheCreator<ObjectContainer>::QQmlPropertyCacheCreator(QQmlPropertyCacheVector *propertyCaches, in QQmlPropertyCacheCreator()
686 QQmlPropertyCacheVector *propertyCaches; variable
691 …sCreator<ObjectContainer>::QQmlPropertyCacheAliasCreator(QQmlPropertyCacheVector *propertyCaches, … in QQmlPropertyCacheAliasCreator()
H A Dqqmlmetatypedata_p.h115 QHash<const QMetaObject *, QQmlPropertyCache *> propertyCaches; member
H A Dqqmlobjectcreator_p.h186 const QQmlPropertyCacheVector *propertyCaches; variable
H A Dqqmltypecompiler.cpp237 const QQmlPropertyCacheVector *QQmlTypeCompiler::propertyCaches() const in propertyCaches() function in QQmlTypeCompiler
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4executablecompilationunit_p.h151 QQmlPropertyCacheVector propertyCaches; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4executablecompilationunit_p.h151 QQmlPropertyCacheVector propertyCaches; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecompiler_p.h123 QList<QDeclarativePropertyCache *> propertyCaches; variable
H A Dqdeclarativevme.cpp183 const QList<QDeclarativePropertyCache *> &propertyCaches = comp->propertyCaches; in run() local