Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:PartType

19 int PartType::numInstances = 0;
20 AType* PartType::allTypes = NULL;
21 AType* PartType::lastType = NULL;
32 PartType::PartType(void) : GUIDData() {
39 PartType::PartType(const PartType & orig) : GUIDData(orig) {
44 } // PartType copy constructor
46 PartType::PartType(const GUIDData & orig) : GUIDData(orig) {
51 } // PartType copy constructor
53 PartType::~PartType(void) {
70 void PartType::AddAllTypes(void) {
231 } // PartType::AddAllTypes()
235 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name,
254 cerr << "Unable to allocate memory in PartType::AddType()! Partition type list will\n";
265 PartType & PartType::operator=(const string & orig) {
277 } // PartType::operator=(const char * orig)
280 PartType & PartType::operator=(const char * orig) {
282 } // PartType::operator=(const char * orig)
285 PartType & PartType::operator=(uint16_t ID) {
309 } // PartType::operator=(uint16_t ID)
312 string PartType::TypeName(void) const {
329 } // PartType::TypeName()
333 PartType::UTypeName(void) const {
350 } // PartType::TypeName()
358 uint16_t PartType::GetHexType() const {
375 } // PartType::GetHex()
383 void PartType::ShowAllTypes(int maxLines) const {
415 } // PartType::ShowAllTypes(int maxLines)
418 int PartType::Valid(uint16_t code) const {
429 } // PartType::Valid()