Searched refs:UUID32Bit (Results 1 – 3 of 3) sorted by relevance
35 typedef std::array<uint8_t, kNumBytes32> UUID32Bit; typedef59 explicit UUID(const UUID32Bit& uuid);
114 UUID::UUID(const UUID32Bit& uuid) { in UUID()
81 UUID uuid(UUID::UUID32Bit({{0xde, 0xad, 0xbe, 0xef}})); in TEST()