OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PartType
(Results
1 - 4
of
4
) 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
19
int
PartType
::numInstances = 0;
20
AType*
PartType
::allTypes = NULL;
21
AType*
PartType
::lastType = NULL;
32
PartType
::
PartType
(void) : GUIDData() {
39
PartType
::
PartType
(const
PartType
& orig) : GUIDData(orig) {
44
} //
PartType
copy constructor
46
PartType
::PartType(const GUIDData & orig) : GUIDData(orig)
[
all
...]
/external/v8/src/runtime/
runtime-regexp.cc
38
enum
PartType
{
70
// the replacement pattern, otherwise it's a value from
PartType
.
72
// Must be non-positive or a
PartType
value.
75
// Either a value of
PartType
or a non-positive number that is
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h
305
}
PartType
;
[
all
...]
Completed in 174 milliseconds