Searched refs:java_type (Results 1 – 2 of 2) sorted by relevance
500 java_type = None505 java_type = typedef_name # already takes into account arrays507 if not java_type:508 if not java_type and entry.enum and metadata_type == 'byte':530 java_type = '%s%s' %(base_type, additional)533 return java_type
606 string java_type = InstantiableJavaSignatureOf(arg->GetType()); in GenerateStubCode() local619 (*writer) << " " << v->name << " = new " << java_type << "[" << var_length << "];\n"; in GenerateStubCode()627 (*writer) << v->name << " = new " << java_type << dimensions << ";\n"; in GenerateStubCode()630 (*writer) << v->name << " = new " << java_type << "();\n"; in GenerateStubCode()