Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp508 struct PerUnpack struct
510 std::string_view key;
511 UnpackVariant value;
512 bool complete = false;
614 inline void packVariant(std::span<PerUnpack> /*toPack*/) {} in packVariant()