Searched refs:DictionaryEntry (Results 1 – 4 of 4) sorted by relevance
/openbmc/bios-bmc-smm-error-logger/include/rde/ |
H A D | rde_dictionary_manager.hpp | 25 struct DictionaryEntry struct 27 DictionaryEntry(bool valid, const std::span<const uint8_t> data) : in DictionaryEntry() argument 103 std::unordered_map<uint32_t, std::unique_ptr<DictionaryEntry>> dictionaries; 111 void invalidateDictionaryEntry(DictionaryEntry& entry); 119 void validateDictionaryEntry(DictionaryEntry& entry);
|
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | rde_dictionary_manager.cpp | 22 std::make_unique<DictionaryEntry>(false, data); in startDictionaryEntry() 106 void DictionaryManager::invalidateDictionaryEntry(DictionaryEntry& entry) in invalidateDictionaryEntry() 116 void DictionaryManager::validateDictionaryEntry(DictionaryEntry& entry) in validateDictionaryEntry()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 2166 class DictionaryEntry(SHACLObject): class 3805 ListProp(ObjectProp(DictionaryEntry, False)), 4095 ListProp(ObjectProp(DictionaryEntry, False)), 4102 ListProp(ObjectProp(DictionaryEntry, False)), 5330 ListProp(ObjectProp(DictionaryEntry, False)), 5359 ListProp(ObjectProp(DictionaryEntry, False)), 5367 ListProp(ObjectProp(DictionaryEntry, False)), 5555 ListProp(ObjectProp(DictionaryEntry, False)),
|
H A D | sbom30.py | 580 oe.spdx30.DictionaryEntry(key=key, value=value) 763 oe.spdx30.DictionaryEntry(key=varname, value=value)
|