Home
last modified time | relevance | path

Searched refs:stackComponents (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java439 stackComponents(complexType, allElements, allAttributes); in printParser()
540 stackComponents(complexType, allElements, allAttributes); in printWriter()
691 stackComponents(complexType, allElements, allAttributes); in printConstructor()
875 private void stackComponents(XsdComplexType complexType, List<XsdElement> elements, in stackComponents() method in CppCodeGenerator
882 stackComponents((XsdComplexType) parent, elements, attributes); in stackComponents()
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaCodeGenerator.java294 stackComponents(complexType, allElements, allAttributes); in printParser()
381 stackComponents(complexType, allElements, allAttributes); in printWriter()
709 private void stackComponents(XsdComplexType complexType, List<XsdElement> elements, in stackComponents() method in JavaCodeGenerator
716 stackComponents((XsdComplexType) parent, elements, attributes); in stackComponents()