Lines Matching +defs:stream +defs:element +defs:type

196 …cted String createBeginConvenienceMethodParameterList(String cppName, XSElementDeclaration element,  in createBeginConvenienceMethodParameterList()
241 protected String createDataConvenienceParameterList(XSTypeDefinition type) { in createDataConvenienceParameterList()
403 public String findCorrectCppTypeForAttribute(XSTypeDefinition type) { in findCorrectCppTypeForAttribute()
766 …protected void handleAttributes(String cppName, XSElementDeclaration element, List<XSAttributeUse>… in handleAttributes()
786 public boolean handleElement(XSElementDeclaration element) { in handleElement()
892 …il.printElementToNamespaceMapEntry(createElementToNamespaceMapMembername(), elementHashID, element, in handleElement() local
1087 …protected boolean isAttributeStructTypedefRequired(String cppName, XSElementDeclaration element, S… in isAttributeStructTypedefRequired()
1110 …protected void printAttributeFreeing(String cppName, XSElementDeclaration element, List<XSAttribut… in printAttributeFreeing()
1114 XSSimpleTypeDefinition type = Util.getType(attr); in printAttributeFreeing() local
1118 element, attr, null, null, null, this)); in printAttributeFreeing() local
1123 cppName, element, null, null, null, null, this)); in printAttributeFreeing() local
1127 element, null, null, null, null, this)); in printAttributeFreeing() local
1138 … protected void printAttributeFreeingDataStructCast(String cppName, XSElementDeclaration element) { in printAttributeFreeingDataStructCast()
1161 …protected void printAttributeParsing(String elemName, XSElementDeclaration element, List<XSAttribu… in printAttributeParsing()
1163 elemName, element, null, null, null, null, this)); in printAttributeParsing() local
1254 elemName, element, null, null, null, null, this)); in printAttributeParsing() local
1269 …rotected void printAttributesDefaultDefinition(String cppElementName, XSElementDeclaration element, in printAttributesDefaultDefinition()
1432 protected void printAttributesStruct(String cppName, XSElementDeclaration element, in printAttributesStruct()
1511 protected void printAttributesStructTypedef(XSElementDeclaration element, String structName) { in printAttributesStructTypedef()
1533 …protected void printBeginConvenienceMethod(String cppName, XSElementDeclaration element, boolean a… in printBeginConvenienceMethod()
1574 …protected void printBeginInternalMethod(String cppName, XSElementDeclaration element, boolean cast… in printBeginInternalMethod()
1638 protected void printComplexValidationBlockClose(PrintStream stream) { in printComplexValidationBlockClose()
1649 protected void printComplexValidationBlockCloseCompileTimeOnly(PrintStream stream) { in printComplexValidationBlockCloseCompileTimeOnly()
1660 protected void printComplexValidationBlockOpen(PrintStream stream) { in printComplexValidationBlockOpen()
1671 protected void printComplexValidationBlockOpenCompileTimeOnly(PrintStream stream) { in printComplexValidationBlockOpenCompileTimeOnly()
1684 protected void printComplexValidationDataStruct(String cppName, XSElementDeclaration element) { in printComplexValidationDataStruct()
1731 … protected void printComplexValidationDataStructCreation(PrintStream stream, String cppElementName, in printComplexValidationDataStructCreation()
1732 …g cppValidationDataStructType, XSComplexTypeDefinition complexType, XSElementDeclaration element) { in printComplexValidationDataStructCreation()
1752 … protected void printComplexValidationDataStructDeletion(PrintStream stream, String cppElementName, in printComplexValidationDataStructDeletion()
1753 …g cppValidationDataStructType, XSComplexTypeDefinition complexType, XSElementDeclaration element) { in printComplexValidationDataStructDeletion()
1769 …protected void printComplexValidationDataStructMember(PrintStream stream, String type, String name… in printComplexValidationDataStructMember()
1781 …protected void printComplexValidationDataStructMembers(PrintStream stream, XSComplexTypeDefinition… in printComplexValidationDataStructMembers()
1809 …protected void printComplexValidationDataStructMembers(PrintStream stream, XSModelGroup modelGroup, in printComplexValidationDataStructMembers()
1839 protected void printComplexValidationForSingleParent(PrintStream stream, String cppName, in printComplexValidationForSingleParent()
1840 XSElementDeclaration element, XSComplexTypeDefinition parentType) { in printComplexValidationForSingleParent()
1880 … xsType2validationDataStructName.get(parentType), parentType, element, sm, this), cppName, element, in printComplexValidationForSingleParent() local
1887 …protected void printCtorDtorImpl(PrintStream stream, String className, String baseClass, boolean i… in printCtorDtorImpl()
1932 protected void printDataConvenienceMethod(String cppName, XSElementDeclaration element) { in printDataConvenienceMethod()
1987 …protected void printDataInternalImpl(String cppName, XSElementDeclaration element, boolean hasChar… in printDataInternalImpl()
2057 protected void printDataInternalParameterList(PrintStream stream) { in printDataInternalParameterList()
2067 protected void printDataInternalReturnType(PrintStream stream) { in printDataInternalReturnType()
2074 protected void printDifferentNamespaceAllowedHeaderDecl(PrintStream stream) { in printDifferentNamespaceAllowedHeaderDecl()
2081 protected void printDifferentNamespaceAllowedImplStart(PrintStream stream) { in printDifferentNamespaceAllowedImplStart()
2098 protected void printDifferentNamespaceAllowedImplSwitch(PrintStream stream) { in printDifferentNamespaceAllowedImplSwitch()
2141 protected void printEmptyLine(PrintStream stream) { in printEmptyLine()
2153 protected void printEndConvenienceMethod(String cppName, XSElementDeclaration element) { in printEndConvenienceMethod()
2616 …protected void printFreeAttributesImpl(String cppName, XSElementDeclaration element, List<XSAttrib… in printFreeAttributesImpl()
2645 protected void printFreeAttributesParameterList(PrintStream stream) { in printFreeAttributesParameterList()
2655 protected void printFreeAttributesReturnType(PrintStream stream) { in printFreeAttributesReturnType()
2671 …protected void printFunctionDeclaration(PrintStream stream, String returnType, String functionName, in printFunctionDeclaration()
2691 …protected void printFunctionDefinitionHead(PrintStream stream, String returnType, String className, in printFunctionDefinitionHead()
2735 protected void printHashConstants(PrintStream stream, CppConstantsCreator constantsCreator) { in printHashConstants()
2847 protected void printNamespaceConstantDecls(PrintStream stream) { in printNamespaceConstantDecls()
2865 protected void printNamespaceConstantDefs(PrintStream stream) { in printNamespaceConstantDefs()
2889 protected void printParseAttrXMLNS(String elemName, XSElementDeclaration element) { in printParseAttrXMLNS()
2898 element, null, null, null, null, this)); in printParseAttrXMLNS() local
2912 protected void printPcreOVECCOUNT(PrintStream stream) { in printPcreOVECCOUNT()
2945 … protected void printPreBeginImpl(PrintStream stream, String cppName, XSElementDeclaration element, in printPreBeginImpl()
3008 protected void printPreEndImpl(PrintStream stream, String cppName, XSElementDeclaration element, in printPreEndImpl()
3328 …protected void printSimpleValidationFunctionImpl(PrintStream stream, XSSimpleTypeDefinition simple… in printSimpleValidationFunctionImpl()
3540 …protected void printStringConstantsDecls(PrintStream stream, CppConstantsCreator constantsCreator)… in printStringConstantsDecls()
3555 …protected void printStringConstantsDefis(PrintStream stream, CppConstantsCreator constantsCreator)… in printStringConstantsDefis()
3572 …d void printUnion(String cppUnionTypeName, XSSimpleTypeDefinition simpleType, PrintStream stream) { in printUnion()
3715 …protected void printValidateBeginImpl(PrintStream stream, String cppName, XSElementDeclaration ele… in printValidateBeginImpl()
3833 protected void printValidateBeginParameterList(PrintStream stream) { in printValidateBeginParameterList()
3844 protected void printValidateBeginParameterListForCall(PrintStream stream) { in printValidateBeginParameterListForCall()
3854 protected void printValidateBeginReturnType(PrintStream stream) { in printValidateBeginReturnType()
3886 …protected void printValidateEndImpl(PrintStream stream, String cppName, XSElementDeclaration eleme… in printValidateEndImpl()
3923 … cppName, valiDataStrucName, complexType, element, sm, this), cppName, element, null, null, in printValidateEndImpl() local
3965 protected void printValidateEndParameterList(PrintStream stream) { in printValidateEndParameterList()
3975 protected void printValidateEndReturnType(PrintStream stream) { in printValidateEndReturnType()