Searched defs:UnsignedInt (Results 1 – 7 of 7) sorted by relevance
22 UnsignedInt, enumerator
81 using UnsignedInt = unsigned int; typedef
106 using UnsignedInt = unsigned int; typedef
59 using UnsignedInt = unsigned int; typedef
125 using UnsignedInt = unsigned int; typedef
127 UnsignedInt, enumerator
154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator