Searched defs:DictionaryEntry (Results 1 – 2 of 2) sorted by relevance
25 struct DictionaryEntry struct27 DictionaryEntry(bool valid, const std::span<const uint8_t> data) : in DictionaryEntry() argument31 bool valid;32 std::vector<uint8_t> data;
2149 class DictionaryEntry(SHACLObject): class