Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/codemaker/source/commoncpp/
H A Dcommoncpp.cxx70 static char const * const cppTypes[static_cast<int>(codemaker::UnoType::Sort::Any) + 1] = { in translateUnoToCppType() local
75 buf.append(cppTypes[static_cast<int>(sort)]); in translateUnoToCppType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/codemaker/source/commoncpp/
H A Dcommoncpp.cxx70 static char const * const cppTypes[static_cast<int>(codemaker::UnoType::Sort::Any) + 1] = { in translateUnoToCppType() local
75 buf.append(cppTypes[static_cast<int>(sort)]); in translateUnoToCppType()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljslink.cpp255 static void workaroundQEasingCurve(CppQmlTypes &cppTypes) in workaroundQEasingCurve() argument
257 const CppComponentValue *easingCurve = cppTypes.objectByCppName("QEasingCurve"); in workaroundQEasingCurve()
265 const CppComponentValue *prototype = cppTypes.objectByCppName(superclassName); in workaroundQEasingCurve()
H A Dqmljsinterpreter.cpp374 const CppQmlTypes &cppTypes = valueOwner()->cppQmlTypes(); in valueForCppName() local
377 const CppComponentValue *objectValue = cppTypes.objectByQualifiedName( in valueForCppName()
383 objectValue = cppTypes.objectByCppName(typeName); in valueForCppName()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.cpp710 static const char *cppTypes[] = { in primitiveCppTypes() local
715 for (const char *cppType : cppTypes) in primitiveCppTypes()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.cpp710 static const char *cppTypes[] = { in primitiveCppTypes() local
715 for (const char *cppType : cppTypes) in primitiveCppTypes()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.cpp710 static const char *cppTypes[] = { in primitiveCppTypes() local
715 for (const char *cppType : cppTypes) in primitiveCppTypes()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsinterpreter.cpp365 const CppQmlTypes &cppTypes = valueOwner()->cppQmlTypes(); in valueForCppName() local
368 const CppComponentValue *objectValue = cppTypes.objectByQualifiedName( in valueForCppName()
374 objectValue = cppTypes.objectByCppName(typeName); in valueForCppName()