Home
last modified time | relevance | path

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

/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Drde_dictionary_manager.hpp25 struct DictionaryEntry struct
27 DictionaryEntry(bool valid, const std::span<const uint8_t> data) : in DictionaryEntry() argument
31 bool valid;
32 std::vector<uint8_t> data;
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py2149 class DictionaryEntry(SHACLObject): class