Searched refs:stackComponents (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/ |
H A D | CppCodeGenerator.java | 439 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 D | JavaCodeGenerator.java | 294 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()
|