HomeSort by relevance Sort by last modified time
    Searched defs:PartType (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
parttypes.h 32 class PartType : public 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
parttypes.cc 21 int PartType::numInstances = 0;
22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
34 PartType::PartType(void) : GUIDData() {
41 PartType::PartType(const PartType & orig) : GUIDData(orig) {
46 } // PartType copy constructor
48 PartType::PartType(const GUIDData & orig) : GUIDData(orig)
    [all...]
  /external/v8/src/runtime/
runtime-regexp.cc 84 enum PartType {
120 // the replacement pattern, otherwise it's a value from PartType.
122 // Must be non-positive or a PartType value.
125 // Either a value of PartType or a non-positive number that is
    [all...]

Completed in 213 milliseconds