Searched defs:Byte (Results 1 – 5 of 5) sorted by relevance
25 inline Byte(byte value) : value_(value) in Byte() function
27 using Byte = uint8_t; variable
27 Byte = 3, enumerator
25 Byte = 3, enumerator
49 using Byte = OHOS::AAFwk::Byte; typedef