Searched refs:java_type (Results 1 – 2 of 2) sorted by relevance
471 java_type = None476 java_type = typedef_name # already takes into account arrays478 if not java_type:479 if not java_type and entry.enum and metadata_type == 'byte':501 java_type = '%s%s' %(base_type, additional)504 return java_type
581 string java_type = InstantiableJavaSignatureOf(arg->GetType()); in GenerateStubCode() local590 (*writer) << " " << v->name << " = new " << java_type << "[" << var_length << "];\n"; in GenerateStubCode()598 (*writer) << v->name << " = new " << java_type << dimensions << ";\n"; in GenerateStubCode()601 (*writer) << v->name << " = new " << java_type << "();\n"; in GenerateStubCode()