Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/xsd2cppsax/src/de/netallied/xsd2cppsax/
H A DUtil.java551 static public String findCorrectCppAtomicType(XSTypeDefinition type, Config config) { in findCorrectCppAtomicType() method in Util
782 String cppType = Util.findCorrectCppAtomicType(simpleType, config); in hasSupportedFacets()
791 String cppType = Util.findCorrectCppAtomicType(simpleType, config); in hasSupportedFacets()
844 String cppType = Util.findCorrectCppAtomicType(type, config); in isBoolType()
854 String cppType = Util.findCorrectCppAtomicType(type, config); in isDouble()
890 String cppType = Util.findCorrectCppAtomicType(type, config); in isFloat()
903 String cppType = Util.findCorrectCppAtomicType(type, config); in isFloatType()
947 String cppType = Util.findCorrectCppAtomicType(type, config); in isStringType()
H A DGenerator.java3343 String cppType = Util.findCorrectCppAtomicType(simpleType, config); in printSimpleValidationFunctionImpl()
3367 String cppType = Util.findCorrectCppAtomicType(simpleType, config); in printSimpleValidationFunctionImpl()
3473 parameters = Util.findCorrectCppAtomicType(simpleType, config) + "* "; in printSimpleValidationFunctions()
3483 … parameters = Util.findCorrectCppAtomicType(simpleType, config) + " " + valueParaName; in printSimpleValidationFunctions()
H A DTemplateEngine.java636 String cppBaseType = Util.findCorrectCppAtomicType(simpleType, config); in fillInEnumTemplate()
650 cppBaseType = Util.findCorrectCppAtomicType(simpleType, config); in fillInEnumTemplate()