OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
27
bool
GUIDData
::firstInstance = 1;
29
GUIDData
::
GUIDData
(void) {
37
GUIDData
::
GUIDData
(const
GUIDData
& orig) {
41
GUIDData
::GUIDData(const string & orig)
[
all
...]
Completed in 33 milliseconds