Searched defs:BEInt (Results 1 – 1 of 1) sorted by relevance
106 struct BEInt<Type, 1> struct110 constexpr BEInt (Type V) : v {uint8_t (V)} {} in BEInt() argument115 struct BEInt<Type, 2> argument120 BEInt () = default; argument122 BEInt (Type V) in BEInt() function149 struct BEInt<Type, 3> struct154 constexpr BEInt (Type V) : v {uint8_t ((V >> 16) & 0xFF), in BEInt() argument164 struct BEInt<Type, 4> struct169 BEInt () = default; argument171 BEInt (Type V) in BEInt() argument[all …]