Searched defs:UInt8 (Results 1 – 7 of 7) sorted by relevance
19 public class UInt8 extends Number { class47 private UInt8() {} in UInt8() method in UInt8
13 typedef unsigned char UInt8; typedef
14 using UInt8 = std::uint8_t; variable
30 UInt8 = Type("UInt8", "b") variable
273 UInt8, enumerator302 uint8_t UInt8; member
326 UInt8, enumerator355 uint8_t UInt8; member
234 class UInt8(IntValue): class