Searched refs:typeItem (Results 1 – 2 of 2) 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()