Searched defs:BEInt (Results 1 – 1 of 1) sorted by relevance
556 struct BEInt<Type, 1> struct559 inline void set (Type V) in set()563 inline operator Type (void) const in operator Type()567 private: uint8_t v;570 struct BEInt<Type, 2> struct573 inline void set (Type V) in set()578 inline operator Type (void) const in operator Type()583 private: uint8_t v[2];586 struct BEInt<Type, 3> struct589 inline void set (Type V) in set()[all …]