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.hpp487 struct PerUnpack struct
489 std::string_view key;
490 UnpackVariant value;
491 bool complete = false;
593 inline void packVariant(std::span<PerUnpack> /*toPack*/) {} in packVariant()