Home
last modified time | relevance | path

Searched defs:UnpackSingle (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dunpack.hpp70 struct UnpackSingle struct
77 static int op(Payload& p, T& t) in op()
138 struct UnpackSingle<std::string> struct
140 static int op(Payload& p, std::string& t) in op()
163 struct UnpackSingle<fixed_uint_t<N>> struct
165 static int op(Payload& p, fixed_uint_t<N>& t) in op()
184 struct UnpackSingle<bool> struct
186 static int op(Payload& p, bool& b) in op()
204 struct UnpackSingle<std::bitset<N>> struct
206 static int op(Payload& p, std::bitset<N>& t) in op()
[all …]