Searched refs:typeItem (Results 1 – 3 of 3) sorted by relevance
41 for (TypeItem typeItem : list) { in write()42 typeItem.write(file); in write()
627 TypeItem typeItem = new TypeItem(); in createTypeList() local628 typeItem.typeIdx = (short) findOrCreateTypeId(parameter); in createTypeList()629 typeItemList.add(typeItem); in createTypeList()671 for (TypeItem typeItem : typeList.list) { in findTypeList()672 if (typeItem.typeIdx != typeIdList[idx]) { in findTypeList()
650 String typeItem = "("; in getMethodProto() local652 typeItem = typeItem + typeList.list[i]; in getMethodProto()654 return typeItem + ")" + getTypeString(protoIdItem.returnTypeIdx); in getMethodProto()