Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dunpack.hpp71 struct UnpackSingle struct
139 struct UnpackSingle<std::string> struct
164 struct UnpackSingle<fixed_uint_t<N>> struct
185 struct UnpackSingle<bool> struct
205 struct UnpackSingle<std::bitset<N>> struct
228 struct UnpackSingle<std::optional<T>> struct
238 int ret = UnpackSingle<T>::op(p, value); in op()
257 struct UnpackSingle<std::array<T, N>> struct
265 ret = UnpackSingle<T>::op(p, v); in op()
279 struct UnpackSingle<std::array<uint8_t, N>> struct
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp80 struct UnpackSingle;
83 using UnpackSingle_t = UnpackSingle<utility::TypeIdDowncast_t<T>>;
/openbmc/docs/architecture/
H A Dipmi-architecture.md290 /** @brief Specialization of UnpackSingle for std::bitset<N>
293 struct UnpackSingle<std::bitset<N>>