Searched defs:PartType (Results 1 - 3 of 3) sorted by relevance

/external/gptfdisk/
H A Dparttypes.h32 class PartType : public GUIDData { class in inherits:GUIDData
39 PartType(void);
40 PartType(const PartType & orig);
41 PartType(const GUIDData & orig);
42 ~PartType(void);
48 PartType & operator=(const string & orig);
49 PartType & operator=(const char * orig);
55 PartType & operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID
H A Dparttypes.cc21 int PartType::numInstances = 0;
22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
34 PartType::PartType(void) : GUIDData() { function in class:PartType
41 PartType::PartType(const PartType & orig) : GUIDData(orig) { function in class:PartType
46 } // PartType copy constructor
48 PartType function in class:PartType
[all...]
/external/v8/src/runtime/
H A Druntime-regexp.cc39 enum PartType { enum in class:v8::internal::CompiledReplacement
71 // the replacement pattern, otherwise it's a value from PartType.
73 // Must be non-positive or a PartType value.
76 // Either a value of PartType or a non-positive number that is

Completed in 126 milliseconds