Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dpack.hpp75 struct PackSingle struct
82 static int op(Payload& p, const T& t) in op()
104 struct PackSingle<std::tuple<T...>> struct
106 static int op(Payload& p, const std::tuple<T...>& v) in op()
117 struct PackSingle<std::string> struct
119 static int op(Payload& p, const std::string& t) in op()
138 struct PackSingle<fixed_uint_t<N>> struct
140 static int op(Payload& p, const fixed_uint_t<N>& t) in op()
160 struct PackSingle<bool> struct
162 static int op(Payload& p, const bool& b) in op()
[all …]