Lines Matching refs:GPTPart

33 GPTPart::GPTPart(void) {
42 GPTPart::GPTPart(const GPTPart & orig) {
51 GPTPart::~GPTPart(void) {
55 uint16_t GPTPart::GetHexType(void) const {
57 } // GPTPart::GetHexType()
61 string GPTPart::GetTypeName(void) {
63 } // GPTPart::GetNameType()
68 UnicodeString GPTPart::GetUTypeName(void) {
70 } // GPTPart::GetNameType()
75 uint64_t GPTPart::GetLengthLBA(void) const {
81 } // GPTPart::GetLengthLBA()
85 UnicodeString GPTPart::GetDescription(void) {
87 } // GPTPart::GetDescription()
90 string GPTPart::GetDescription(void) {
142 } // GPTPart::GetDescription(), UTF-8 version
146 int GPTPart::IsUsed(void) {
148 } // GPTPart::IsUsed()
152 int GPTPart::IsSizedForMBR(void) {
161 } // GPTPart::IsSizedForMBR()
166 void GPTPart::SetType(PartType t) {
175 } // GPTPart::SetType()
180 void GPTPart::SetName(const string & theName) {
182 } // GPTPart::SetName()
186 void GPTPart::SetName(const UnicodeString & theName) {
188 cerr << "Bogus UTF-16 name found in GPTPart::SetName()! Name not changed!\n";
193 } // GPTPart::SetName()
201 void GPTPart::SetName(const string & theName) {
265 } // GPTPart::SetName(), UTF-8 version
270 void GPTPart::SetDefaultDescription(void) {
272 } // GPTPart::SetDefaultDescription()
274 GPTPart & GPTPart::operator=(const GPTPart & orig) {
289 bool GPTPart::operator<(const GPTPart &other) const {
294 } // GPTPart::operator<()
297 void GPTPart::ShowSummary(int partNum, uint32_t blockSize) {
365 } // GPTPart::ShowSummary()
369 void GPTPart::ShowDetails(uint32_t blockSize) {
393 } // GPTPart::ShowDetails()
396 void GPTPart::BlankPartition(void) {
403 } // GPTPart::BlankPartition
406 int GPTPart::DoTheyOverlap(const GPTPart & other) {
411 } // GPTPart::DoTheyOverlap()
415 void GPTPart::ReversePartBytes(void) {
420 } // GPTPart::ReversePartBytes()
422 void GPTPart::ReverseNameBytes(void) {
427 } // GPTPart::ReverseNameBytes()
435 void GPTPart::ChangeType(void) {
464 } // GPTPart::ChangeType()