Home
last modified time | relevance | path

Searched refs:preReadElementTransition (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qt5-scxml/kde-qtscxml-5.15.2p1/src/scxml/
H A Dqscxmlcompiler_p.h597 bool preReadElementTransition();
H A Dqscxmlcompiler.cpp1501 bool QScxmlCompilerPrivate::preReadElementTransition() in preReadElementTransition() function in QScxmlCompilerPrivate
2194 case ParserState::Transition: if (!preReadElementTransition()) return false; break; in readElement()