Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptengine/
H A Dtst_qscriptengine.cpp2099 static QScriptValue fooToScriptValue(QScriptEngine *eng, const Foo &foo) in fooToScriptValue() function
2217 qScriptRegisterMetaType<Foo>(&eng, fooToScriptValue, fooFromScriptValue); in valueConversion_customType()
4712 qScriptRegisterMetaType<Foo>(&eng1, fooToScriptValue, fooFromScriptValue); in reentrancy_typeConversion()