Home
last modified time | relevance | path

Searched refs:BejDictionaryProperty (Results 1 – 5 of 5) sorted by relevance

/openbmc/libbej/src/
H A Dbej_dictionary.c18 sizeof(struct BejDictionaryProperty); in bejGetPropertyEntryIndex()
43 sizeof(struct BejDictionaryProperty)) in bejValidatePropertyOffset()
108 sizeof(struct BejDictionaryProperty); in bejDictGetFirstAnnotatedPropertyOffset()
113 const struct BejDictionaryProperty** property) in bejDictGetProperty()
127 const struct BejDictionaryProperty* p = in bejDictGetProperty()
128 (const struct BejDictionaryProperty*)(dictionary + propertyOffset); in bejDictGetProperty()
141 propertyOffset += sizeof(struct BejDictionaryProperty); in bejDictGetProperty()
158 const char* propertyName, const struct BejDictionaryProperty** property, in bejDictGetPropertyByName()
175 const struct BejDictionaryProperty* p = in bejDictGetPropertyByName()
176 (const struct BejDictionaryProperty*)(dictionary + in bejDictGetPropertyByName()
[all …]
H A Dbej_decoder_core.c177 const struct BejDictionaryProperty** prop) in bejGetDictionaryAndProperty()
219 const struct BejDictionaryProperty* prop; in bejGetPropName()
337 const struct BejDictionaryProperty* prop; in bejHandleBejSet()
402 const struct BejDictionaryProperty* prop; in bejHandleBejArray()
514 const struct BejDictionaryProperty* prop; in bejHandleBejEnum()
536 const struct BejDictionaryProperty* enumValueProp; in bejHandleBejEnum()
668 const struct BejDictionaryProperty* outerProp; in bejHandleBejPropertyAnnotation()
H A Dbej_encoder_metadata.c155 const struct BejDictionaryProperty* property; in bejFindSeqNumAndChildDictOffset()
337 const struct BejDictionaryProperty* enumValueProperty; in bejUpdateEnumMetaData()
/openbmc/libbej/test/
H A Dbej_dictionary_test.cpp70 sizeof(BejDictionaryHeader) + sizeof(BejDictionaryProperty)); in TEST()
82 uint16_t offset = propHead + sizeof(BejDictionaryProperty) * index; in TEST()
83 const struct BejDictionaryProperty* property; in TEST()
97 const struct BejDictionaryProperty* property; in TEST()
118 struct BejDictionaryProperty* property = in TEST()
119 (struct BejDictionaryProperty*)(modifiedDictionary.data() + in TEST()
127 const struct BejDictionaryProperty* retrievedProperty = nullptr; in TEST()
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h35 struct BejDictionaryProperty struct
84 const struct BejDictionaryProperty** property);
114 const char* propertyName, const struct BejDictionaryProperty** property,