Searched refs:allAttributeTypes (Results 1 – 2 of 2) sorted by relevance
303 List<JavaSimpleType> allAttributeTypes = new ArrayList<>(); in printParser() local306 allAttributeTypes.add(parseSimpleType(type, false)); in printParser()318 JavaType type = allAttributeTypes.get(i); in printParser()390 List<JavaSimpleType> allAttributeTypes = new ArrayList<>(); in printWriter() local393 allAttributeTypes.add(parseSimpleType(type, false)); in printWriter()402 JavaType type = allAttributeTypes.get(i); in printWriter()403 boolean isList = allAttributeTypes.get(i).isList(); in printWriter()
448 List<CppSimpleType> allAttributeTypes = new ArrayList<>(); in printParser() local451 allAttributeTypes.add(parseSimpleType(type, false)); in printParser()461 CppSimpleType type = allAttributeTypes.get(i); in printParser()549 List<CppSimpleType> allAttributeTypes = new ArrayList<>(); in printWriter() local552 allAttributeTypes.add(parseSimpleType(type, false)); in printWriter()563 CppType type = allAttributeTypes.get(i); in printWriter()717 List<CppSimpleType> allAttributeTypes = new ArrayList<>(); in printConstructor() local