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.hpp70 struct UnpackSingle struct
138 struct UnpackSingle<std::string> struct
163 struct UnpackSingle<fixed_uint_t<N>> struct
184 struct UnpackSingle<bool> struct
204 struct UnpackSingle<std::bitset<N>> struct
227 struct UnpackSingle<std::optional<T>> struct
256 struct UnpackSingle<std::array<T, N>> struct
297 struct UnpackSingle<std::vector<T>> struct
321 struct UnpackSingle<std::vector<uint8_t>> struct
335 struct UnpackSingle<SecureBuffer> struct
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp78 struct UnpackSingle;
81 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>>