Home
last modified time | relevance | path

Searched refs:CppCodeGeneratorException (Results 1 – 4 of 4) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/cpp/
DUtils.java55 static String toVariableName(String name) throws CppCodeGeneratorException { in toVariableName()
58 throw new CppCodeGeneratorException( in toVariableName()
67 static String toClassName(String name) throws CppCodeGeneratorException { in toClassName()
71 throw new CppCodeGeneratorException( in toClassName()
77 static String toEnumName(String name) throws CppCodeGeneratorException { in toEnumName()
80 throw new CppCodeGeneratorException( in toEnumName()
DCppCodeGenerator.java45 throws CppCodeGeneratorException { in CppCodeGenerator()
58 throw new CppCodeGeneratorException( in CppCodeGenerator()
72 throw new CppCodeGeneratorException( in CppCodeGenerator()
93 throws CppCodeGeneratorException, IOException { in print()
157 throws CppCodeGeneratorException { in printEnum()
177 private void printPrototype() throws CppCodeGeneratorException { in printPrototype()
194 throws CppCodeGeneratorException { in printClass()
284 throws CppCodeGeneratorException { in printParser()
415 private void printXmlParser() throws CppCodeGeneratorException { in printXmlParser()
487 List<XsdAttribute> attributes) throws CppCodeGeneratorException { in stackComponents()
[all …]
DCppCodeGeneratorException.java19 class CppCodeGeneratorException extends Exception { class
20 CppCodeGeneratorException(String message) { in CppCodeGeneratorException() method in CppCodeGeneratorException
DCppSimpleType.java36 CppSimpleType newListType() throws CppCodeGeneratorException { in newListType()
37 if (list) throw new CppCodeGeneratorException("list of list is not supported"); in newListType()