Searched refs:UUID (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Duuid.h3 // Purpose: encapsulates an UUID with some added helper functions
19 // UUID (Universally Unique IDentifier) definition
31 } UUID; // UUID = GUID = CLSID = LIBID = IID typedef in typeref:struct:__anon306
36 typedef UUID GUID;
43 // a class to store UUID and it's string representation
50 UUID m_uuid;
63 Uuid(const UUID &uuid) { Init(); Set(uuid); }
70 // create a brand new UUID
73 // set value of UUID
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Duuid.cpp29 #include <rpc.h> // UUID related functions
39 // length of UUID in C format
115 // update string representation of new UUID
116 void Uuid::Set(const UUID &uuid)
127 // cache UUID in C format
131 // create a new UUID
134 UUID uuid;
145 // get UUID from string
170 // m_pszUuid is of the form (no, it's not quite the same UUID :-)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_sb.h259 #define XFS_SB_UUID XFS_SB_MVAL(UUID)

Completed in 103 milliseconds