Lines Matching refs:GPTPart
34 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart
43 GPTPart::~GPTPart(void) { in ~GPTPart()
47 uint16_t GPTPart::GetHexType(void) const { in GetHexType()
53 string GPTPart::GetTypeName(void) { in GetTypeName()
60 UnicodeString GPTPart::GetUTypeName(void) { in GetUTypeName()
67 uint64_t GPTPart::GetLengthLBA(void) const { in GetLengthLBA()
77 UnicodeString GPTPart::GetDescription(void) { in GetDescription()
82 string GPTPart::GetDescription(void) { in GetDescription()
139 int GPTPart::IsUsed(void) { in IsUsed()
145 int GPTPart::IsSizedForMBR(void) { in IsSizedForMBR()
159 void GPTPart::SetType(PartType t) {
173 void GPTPart::SetName(const string & theName) {
179 void GPTPart::SetName(const UnicodeString & theName) {
194 void GPTPart::SetName(const string & theName) {
266 void GPTPart::SetDefaultDescription(void) {
270 GPTPart & GPTPart::operator=(const GPTPart & orig) {
285 bool GPTPart::operator<(const GPTPart &other) const {
293 void GPTPart::ShowSummary(int partNum, uint32_t blockSize) {
365 void GPTPart::ShowDetails(uint32_t blockSize) {
392 void GPTPart::BlankPartition(void) {
402 int GPTPart::DoTheyOverlap(const GPTPart & other) {
411 void GPTPart::ReversePartBytes(void) {
427 void GPTPart::ChangeType(void) {