Home
last modified time | relevance | path

Searched refs:PartType (Results 1 - 10 of 10) sorted by relevance

/third_party/gptfdisk/
H A Dparttypes.h30 class PartType : public GUIDData { class
37 // PartType with GUID "00000000-0000-0000-0000-000000000000"
38 static const PartType unusedPartType;
40 PartType(void);
41 PartType(const PartType & orig);
42 PartType(const GUIDData & orig);
43 ~PartType(void);
49 PartType & operator=(const std::string & orig);
50 PartType
[all...]
H A Dparttypes.cc21 int PartType::numInstances = 0;
22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
24 const PartType PartType::unusedPartType = (GUIDData) "00000000-0000-0000-0000-000000000000";
39 PartType::PartType(void) : GUIDData() { in PartType() function in PartType
46 PartType::PartType(const PartType function in PartType
53 PartType::PartType(const GUIDData & orig) : GUIDData(orig) { PartType() function in PartType
[all...]
H A Dgptpart.h46 PartType partitionType;
58 PartType & GetType(void) {return partitionType;} in GetType()
73 void SetType(PartType t);
H A Dgptpart.cc166 void GPTPart::SetType(PartType t) {
438 PartType tempType = PartType::unusedPartType;
458 } while (tempType == PartType::unusedPartType);
H A Dgptcl.cc75 PartType typeHelper; in DoOptions()
406 if ((typeHelper != PartType::unusedPartType) && in DoOptions()
H A Dgpt.h157 int ChangePartType(uint32_t pn, PartType theGUID);
H A Dgptcurses.cc377 PartType tempType; in ChangeType()
826 PartType tempType; in ShowTypes()
H A Dgpt.cc2150 int GPTData::ChangePartType(uint32_t partNum, PartType theGUID) { in ChangePartType()
2704 if (sizeof(PartType) != 16) { in SizesOK()
2705 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
H A Dgpttext.cc625 PartType typeHelper; in MainMenu()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc93 enum PartType { enum in v8::internal::CompiledReplacement
129 // the replacement pattern, otherwise it's a value from PartType.
131 // Must be non-positive or a PartType value. in ReplacementPart()
134 // Either a value of PartType or a non-positive number that is

Completed in 19 milliseconds