Home
last modified time | relevance | path

Searched refs:bindingSkipList (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativevme.cpp126 int start, int count, const QBitField &bindingSkipList) in run() argument
133 return run(stack, ctxt, comp, start, count, bindingSkipList); in run()
173 const QBitField &bindingSkipList) in run() argument
225 bindings = bindings.united(bindingSkipList); in run()
770 … if ((stack.count() - instr.assignBinding.owner) == 1 && bindingSkipList.testBit(coreIndex)) in run()
795 if (stack.count() == 1 && bindingSkipList.testBit(property & 0xFFFF)) in run()
978 if (instr.fetchValue.bindingSkipList != 0) { in run()
991 proxy->removeBindings(instr.fetchValue.bindingSkipList); in run()
H A Dqdeclarativeinstruction_p.h219 quint32 bindingSkipList; member
H A Dqdeclarativeinstruction.cpp209 …fetchValue.property << "\t" << instr->fetchValue.type << "\t" << instr->fetchValue.bindingSkipList; in dump()
H A Dqdeclarativecompiler.cpp1149 fetch.fetchValue.bindingSkipList = 0; in genValueTypeProperty()
1158 fetch.fetchValue.bindingSkipList |= (1 << vprop->index); in genValueTypeProperty()
1173 pop.fetchValue.bindingSkipList = 0; in genValueTypeProperty()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlvme_p.h92 QBitField bindingSkipList; member
H A Dqqmlobjectcreator.cpp739 quint32 bindingSkipList = 0; in setupBindings() local
747 bindingSkipList |= (1 << property->coreIndex()); in setupBindings()
750 proxy->removeBindings(bindingSkipList); in setupBindings()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlvme_p.h92 QBitField bindingSkipList; member
H A Dqqmlobjectcreator.cpp739 quint32 bindingSkipList = 0; in setupBindings() local
747 bindingSkipList |= (1 << property->coreIndex()); in setupBindings()
750 proxy->removeBindings(bindingSkipList); in setupBindings()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeinstruction/
H A Dtst_qdeclarativeinstruction.cpp461 i.fetchValue.bindingSkipList = 7; in dump()