Searched defs:uuid_t (Results 1 – 1 of 1) sorted by relevance
55 struct uuid_t{ struct60 explicit uuid_t(const uint8_t (&uuid)[16]) { memcpy(b, uuid, sizeof(b));} in uuid_t() argument61 uuid_t() : b{0} {} in uuid_t() argument