Searched refs:PartType (Results 1 – 11 of 11) sorted by relevance
21 int PartType::numInstances = 0;22 AType* PartType::allTypes = NULL;23 AType* PartType::lastType = NULL;34 PartType::PartType(void) : GUIDData() { in PartType() function in PartType41 PartType::PartType(const PartType & orig) : GUIDData(orig) { in PartType() function in PartType48 PartType::PartType(const GUIDData & orig) : GUIDData(orig) { in PartType() function in PartType55 PartType::~PartType(void) { in ~PartType()72 void PartType::AddAllTypes(void) { in AddAllTypes()237 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name, in AddType()267 PartType & PartType::operator=(const string & orig) { in operator =()[all …]
32 class PartType : public GUIDData {39 PartType(void);40 PartType(const PartType & orig);41 PartType(const GUIDData & orig);42 ~PartType(void);48 PartType & operator=(const string & orig);49 PartType & operator=(const char * orig);55 PartType & operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID
48 PartType partitionType;59 PartType & GetType(void) {return partitionType;} in GetType()74 void SetType(PartType t);
159 void GPTPart::SetType(PartType t) {430 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000";
155 int ChangePartType(uint32_t pn, PartType theGUID);
372 PartType tempType; in ChangeType()811 PartType tempType; in ShowTypes()
70 PartType typeHelper; in DoOptions()
1961 int GPTData::ChangePartType(uint32_t partNum, PartType theGUID) { in ChangePartType()2468 if (sizeof(PartType) != 16) { in SizesOK()2469 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
547 PartType typeHelper; in MainMenu()
775 it to PartType.
84 enum PartType { enum in v8::internal::CompiledReplacement