Searched refs:tempType (Results 1 – 4 of 4) sorted by relevance
54 AType* tempType; in ~PartType() local59 tempType = allTypes; in ~PartType()61 delete tempType; in ~PartType()237 AType* tempType; in AddType() local240 tempType = new AType; in AddType()241 if (tempType != NULL) { in AddType()242 tempType->MBRType = mbrType; in AddType()243 tempType->GUIDType = guidData; in AddType()244 tempType->name = name; in AddType()245 tempType->display = toDisplay; in AddType()[all …]
428 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000"; local444 tempType = DEFAULT_GPT_TYPE;446 tempType = line;448 } while (tempType == (GUIDData) "00000000-0000-0000-0000-000000000000");449 partitionType = tempType;
372 PartType tempType; in ChangeType() local386 tempType = partitions[partNum].GetType().GetHexType(); in ChangeType()387 tempType = temp; in ChangeType()388 partitions[partNum].SetType(tempType); in ChangeType()811 PartType tempType; in ShowTypes() local816 tempType.ShowAllTypes(LINES - 3); in ShowTypes()
536 byte tempType = fieldTypes[position1];538 fieldTypes[position2] = tempType;