Home
last modified time | relevance | path

Searched refs:PackSingle (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dpack.hpp75 struct PackSingle struct
104 struct PackSingle<std::tuple<T...>> struct
117 struct PackSingle<std::string> struct
129 PackSingle<uint8_t>::op(p, len); in op()
138 struct PackSingle<fixed_uint_t<N>> struct
160 struct PackSingle<bool> struct
171 struct PackSingle<std::bitset<N>> struct
191 struct PackSingle<std::optional<T>> struct
198 ret = PackSingle<T>::op(p, *t); in op()
206 struct PackSingle<std::array<T, N>> struct
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp86 struct PackSingle;
89 using PackSingle_t = PackSingle<utility::TypeIdDowncast_t<T>>;