Searched refs:javaType (Results 1 – 4 of 4) sorted by relevance
282 JType javaType = null; in convert() local284 javaType = arrayTypeMapping.get(ctype); in convert()286 if (javaType == null) { in convert()287 javaType = typeMapping.get(ctype); in convert()289 if (javaType == null) { in convert()292 return javaType; in convert()
48 const char* javaType; // Type in a Java file member
690 mJava->indent() << "Arrays.fill(" << p.javaArrayName << ", (" << TYPES[p.typeIndex].javaType in writeJavaArrayInitialization()
216 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()