Searched refs:BejDictionaryProperty (Results 1 – 5 of 5) sorted by relevance
18 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 …]
177 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()
155 const struct BejDictionaryProperty* property; in bejFindSeqNumAndChildDictOffset()337 const struct BejDictionaryProperty* enumValueProperty; in bejUpdateEnumMetaData()
70 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()
35 struct BejDictionaryProperty struct84 const struct BejDictionaryProperty** property);114 const char* propertyName, const struct BejDictionaryProperty** property,