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() argument149 struct BEInt<Type, 3> argument154 constexpr BEInt (Type V) : v {uint8_t ((V >> 16) & 0xFF), in BEInt() argument164 struct BEInt<Type, 4> argument169 BEInt () = default; argument171 BEInt (Type V) in BEInt() function[all …]