Searched refs:UUID32Bit (Results 1 – 4 of 4) sorted by relevance
35 typedef std::array<uint8_t, kNumBytes32> UUID32Bit; typedef58 explicit UUID(const UUID32Bit& uuid);
126 UUID::UUID(const UUID32Bit& uuid) { in UUID()
82 UUID uuid(UUID::UUID32Bit({{ 0xde, 0xad, 0xbe, 0xef }})); in TEST()
92 UUID::UUID32Bit uuid_bytes; in ProcessUUID()