Home
last modified time | relevance | path

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

/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/content/dynamic/
H A DValueType.java26 public static final ValueType STRING_ARRAY_VALUE_TYPE = ValueType.createValueType(String[].class);
34 public static ValueType createValueType(Class type) { in createValueType() method in ValueType
H A DFieldDescriptor.java43 this.valueType = ValueType.createValueType(propertyType); in FieldDescriptor()
H A DArrayValueType.java39 this.componentType = createValueType(type.getComponentType()); in ArrayValueType()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/v8/
H A Dqqmlbuiltinfunctions.cpp466 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QVector2D, 1… in method_vector2d()
486 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QVector3D, 1… in method_vector3d()
507 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QVector4D, 1… in method_vector4d()
528 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QQuaternion,… in method_quaternion()
557 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QMatrix4x4, … in method_matrix4x4()
590 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QMatrix4x4, … in method_matrix4x4()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/v8/
H A Dqqmlbuiltinfunctions.cpp466 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QVector2D, 1… in method_vector2d()
486 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QVector3D, 1… in method_vector3d()
507 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QVector4D, 1… in method_vector4d()
528 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QQuaternion,… in method_quaternion()
557 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QMatrix4x4, … in method_matrix4x4()
590 …return scope.engine->fromVariant(QQml_valueTypeProvider()->createValueType(QMetaType::QMatrix4x4, … in method_matrix4x4()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlglobal_p.h229 QVariant createValueType(int, int, const void *[]);
H A Dqqmlglobal.cpp82 QVariant QQmlValueTypeProvider::createValueType(int type, int argc, const void *argv[]) in createValueType() function in QQmlValueTypeProvider
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlglobal_p.h229 QVariant createValueType(int, int, const void *[]);
H A Dqqmlglobal.cpp82 QVariant QQmlValueTypeProvider::createValueType(int type, int argc, const void *argv[]) in createValueType() function in QQmlValueTypeProvider