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.hpp71 struct UnpackSingle struct
78 static int op(Payload& p, T& t) in op()
139 struct UnpackSingle<std::string> struct
141 static int op(Payload& p, std::string& t) in op()
164 struct UnpackSingle<fixed_uint_t<N>> struct
166 static int op(Payload& p, fixed_uint_t<N>& t) in op()
185 struct UnpackSingle<bool> struct
187 static int op(Payload& p, bool& b) in op()
205 struct UnpackSingle<std::bitset<N>> struct
207 static int op(Payload& p, std::bitset<N>& t) in op()
[all …]