Searched refs:UUID16Bit (Results 1 – 4 of 4) sorted by relevance
34 typedef std::array<uint8_t, kNumBytes16> UUID16Bit; typedef57 explicit UUID(const UUID16Bit& uuid);
121 UUID::UUID(const UUID16Bit& uuid) { in UUID()
50 UUID uuid(UUID::UUID16Bit({{ 0xde, 0xad }})); in TEST()158 const UUID::UUID16Bit data{{ 0x18, 0x0d }}; in TEST()
87 UUID::UUID16Bit uuid_bytes; in ProcessUUID()