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

  /external/gptfdisk/
guid.h 2 // C++ Interface: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
37 class GUIDData {
44 GUIDData(void);
45 GUIDData(const GUIDData & orig);
46 GUIDData(const string & orig);
47 GUIDData(const char * orig);
48 ~GUIDData(void)
    [all...]
guid.cc 2 // C++ Implementation: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
29 bool GUIDData::firstInstance = 1;
31 GUIDData::GUIDData(void) {
39 GUIDData::GUIDData(const GUIDData & orig) {
43 GUIDData::GUIDData(const string & orig)
    [all...]

Completed in 49 milliseconds