Home
last modified time | relevance | path

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

/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaCodeGenerator.java290 JavaSimpleType baseValueType = (complexType instanceof XsdSimpleContent) ? in printParser() local
328 if (baseValueType != null) { in printParser()
331 out.print(baseValueType.getParsingExpression()); in printParser()
377 JavaSimpleType baseValueType = (complexType instanceof XsdSimpleContent) ? in printWriter() local
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java435 CppSimpleType baseValueType = (complexType instanceof XsdSimpleContent) ? in printParser() local
481 if (baseValueType != null) { in printParser()
487 parserCppFile.print(baseValueType.getParsingExpression()); in printParser()
536 CppSimpleType baseValueType = (complexType instanceof XsdSimpleContent) ? in printWriter() local