Searched refs:isMultipleType (Results 1 – 2 of 2) sorted by relevance
90 static String toAssignmentName(String typeName, String variableName, boolean isMultipleType) { in toAssignmentName() argument91 if (isMultipleType || typeName.equals("std::string")) { in toAssignmentName()97 static String elementTypeName(String name, boolean isMultipleType) { in elementTypeName() argument99 if (isMultipleType) { in elementTypeName()
621 boolean isMultiple, boolean isMultipleType, boolean isRequired) { in printGetter() argument645 if (isMultiple || isMultipleType) { in printGetter()701 boolean isMultipleType; in printConstructor()703 isMultipleType = true; in printConstructor()705 isMultipleType = true; in printConstructor()707 isMultipleType = false; in printConstructor()712 Utils.toAssignmentName(type.getName(), variableName, isMultipleType))); in printConstructor()728 boolean isMultipleType = ((CppSimpleType)type).isList() ? true : false; in printConstructor()731 Utils.toAssignmentName(type.getName(), variableName, isMultipleType))); in printConstructor()