Home
last modified time | relevance | path

Searched defs:sourceTypeName (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/tools/HomoIcon/
H A DProgram.cs55 … string sourceAssembly, string targetAssembly, string targetFile, string sourceTypeName, string ta… in Process()
100 …static void Generate(string input, string xml, string output, string sourceTypeName, string target… in Generate()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.cpp1132 QString sourceTypeName; member
1190 void CustomConversion::addTargetToNativeConversion(const QString& sourceTypeName, in addTargetToNativeConversion()
1197 CustomConversion::TargetToNativeConversion::TargetToNativeConversion(const QString& sourceTypeName, in TargetToNativeConversion()
1227 QString CustomConversion::TargetToNativeConversion::sourceTypeName() const in sourceTypeName() function in CustomConversion::TargetToNativeConversion
H A Dtypesystemparser.cpp1877 QString sourceTypeName; local
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.cpp1132 QString sourceTypeName; member
1190 void CustomConversion::addTargetToNativeConversion(const QString& sourceTypeName, in addTargetToNativeConversion()
1197 CustomConversion::TargetToNativeConversion::TargetToNativeConversion(const QString& sourceTypeName, in TargetToNativeConversion()
1227 QString CustomConversion::TargetToNativeConversion::sourceTypeName() const in sourceTypeName() function in CustomConversion::TargetToNativeConversion
H A Dtypesystemparser.cpp1877 QString sourceTypeName; local
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dtypesystem.cpp1132 QString sourceTypeName; member
1190 void CustomConversion::addTargetToNativeConversion(const QString& sourceTypeName, in addTargetToNativeConversion()
1197 CustomConversion::TargetToNativeConversion::TargetToNativeConversion(const QString& sourceTypeName, in TargetToNativeConversion()
1227 QString CustomConversion::TargetToNativeConversion::sourceTypeName() const in sourceTypeName() function in CustomConversion::TargetToNativeConversion
H A Dtypesystemparser.cpp1877 QString sourceTypeName; local
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dcppgenerator.cpp1413 QString sourceTypeName = metaClass->name(); local
1622 QString sourceTypeName = metaClass->name(); local
1695 QString sourceTypeName = metaClass->name(); local
2958 QString CppGenerator::cppToPythonFunctionName(const QString &sourceTypeName, QString targetTypeName)
2965 QString CppGenerator::pythonToCppFunctionName(const QString &sourceTypeName, const QString &targetT…
2979 QString CppGenerator::convertibleToCppFunctionName(const QString &sourceTypeName, const QString &ta…
3060 const QString &sourceTypeName,
3105 QString sourceTypeName = fixedCppTypeName(sourceType); local
3133 QString sourceTypeName = fixedCppTypeName(toNative); local
3975 const QString sourceTypeName = fixedCppTypeName(sourceType); local
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dcppgenerator.cpp1413 QString sourceTypeName = metaClass->name(); local
1622 QString sourceTypeName = metaClass->name(); local
1695 QString sourceTypeName = metaClass->name(); local
2958 QString CppGenerator::cppToPythonFunctionName(const QString &sourceTypeName, QString targetTypeName)
2965 QString CppGenerator::pythonToCppFunctionName(const QString &sourceTypeName, const QString &targetT…
2979 QString CppGenerator::convertibleToCppFunctionName(const QString &sourceTypeName, const QString &ta…
3060 const QString &sourceTypeName,
3105 QString sourceTypeName = fixedCppTypeName(sourceType); local
3133 QString sourceTypeName = fixedCppTypeName(toNative); local
3975 const QString sourceTypeName = fixedCppTypeName(sourceType); local
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dcppgenerator.cpp1413 QString sourceTypeName = metaClass->name(); local
1622 QString sourceTypeName = metaClass->name(); local
1695 QString sourceTypeName = metaClass->name(); local
2958 QString CppGenerator::cppToPythonFunctionName(const QString &sourceTypeName, QString targetTypeName)
2965 QString CppGenerator::pythonToCppFunctionName(const QString &sourceTypeName, const QString &targetT…
2979 QString CppGenerator::convertibleToCppFunctionName(const QString &sourceTypeName, const QString &ta…
3060 const QString &sourceTypeName,
3105 QString sourceTypeName = fixedCppTypeName(sourceType); local
3133 QString sourceTypeName = fixedCppTypeName(toNative); local
3975 const QString sourceTypeName = fixedCppTypeName(sourceType); local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DTypeResolveTests.java55 private IType getType(IType[] types, String sourceTypeName) throws JavaModelException { in getType()
66 private IType getType(String sourceTypeName) throws JavaModelException { in getType()
69 private String[][] resolveType(String typeName, String sourceTypeName) throws JavaModelException { in resolveType()