Searched defs:HexType (Results 1 – 2 of 2) sorted by relevance
47 template <> struct HexType<support::ulittle16_t> { using type = yaml::Hex16; }; struct48 template <> struct HexType<support::ulittle32_t> { using type = yaml::Hex32; }; struct49 template <> struct HexType<support::ulittle64_t> { using type = yaml::Hex64; }; argument
47 template <> struct HexType<support::ulittle16_t> { using type = yaml::Hex16; }; argument48 template <> struct HexType<support::ulittle32_t> { using type = yaml::Hex32; }; argument49 template <> struct HexType<support::ulittle64_t> { using type = yaml::Hex64; }; struct