Lines Matching refs:GPTPart
26 // Values returned by GPTPart::IsSizedForMBR()
33 * GPTPart class and related structures *
37 class GPTPart {
39 // Caution: The non-static data in GPTPart is precisely the right size
44 // GPTData::LoadSecondTableAsMain() and then removing the GPTPart
53 GPTPart(void);
54 GPTPart(const GPTPart &);
55 ~GPTPart(void);
88 GPTPart & operator=(const GPTPart & orig);
89 bool operator<(const GPTPart &other) const;
93 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
99 }; // struct GPTPart