Searched defs:GUIDData (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dguid.h2 // C++ Interface: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
37 class GUIDData { class
44 GUIDData(void);
45 GUIDData(const GUIDData & orig);
46 GUIDData(const string & orig);
47 GUIDData(const char * orig);
48 ~GUIDData(voi
[all...]
H A Dguid.cc2 // C++ Implementation: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
27 bool GUIDData::firstInstance = 1;
29 GUIDData::GUIDData(void) { function in class:GUIDData
37 GUIDData::GUIDData(const GUIDData & orig) { function in class:GUIDData
41 GUIDData function in class:GUIDData
45 GUIDData::GUIDData(const char * orig) { function in class:GUIDData
[all...]

Completed in 97 milliseconds