Searched refs:BejDictionaryHeader (Results 1 – 4 of 4) sorted by relevance
64 EXPECT_THAT(bejDictGetPropertyHeadOffset(), sizeof(BejDictionaryHeader)); in TEST()70 sizeof(BejDictionaryHeader) + sizeof(BejDictionaryProperty)); in TEST()75 const struct BejDictionaryHeader* header = in TEST()76 (const struct BejDictionaryHeader*)dummySimpleDict.data(); in TEST()114 struct BejDictionaryHeader* header = in TEST()115 (struct BejDictionaryHeader*)modifiedDictionary.data(); in TEST()120 sizeof(BejDictionaryHeader)); in TEST()
50 const struct BejDictionaryHeader* header = in bejValidatePropertyOffset()51 (const struct BejDictionaryHeader*)dictionary; in bejValidatePropertyOffset()99 return sizeof(struct BejDictionaryHeader); in bejDictGetPropertyHeadOffset()107 return sizeof(struct BejDictionaryHeader) + in bejDictGetFirstAnnotatedPropertyOffset()116 const struct BejDictionaryHeader* header = in bejDictGetProperty()117 (const struct BejDictionaryHeader*)dictionary; in bejDictGetProperty()164 const struct BejDictionaryHeader* header = in bejDictGetPropertyByName()165 (const struct BejDictionaryHeader*)dictionary; in bejDictGetPropertyByName()
921 const struct BejDictionaryHeader* schemaDictionaryHeader = in bejDecodePldmBlock()922 ((const struct BejDictionaryHeader*)dictionaries->schemaDictionary); in bejDecodePldmBlock()932 const struct BejDictionaryHeader* annotationDictionaryHeader = in bejDecodePldmBlock()933 ((const struct BejDictionaryHeader*)dictionaries->annotationDictionary); in bejDecodePldmBlock()946 const struct BejDictionaryHeader* errorDictionaryHeader = in bejDecodePldmBlock()947 ((const struct BejDictionaryHeader*)dictionaries->errorDictionary); in bejDecodePldmBlock()
45 struct BejDictionaryHeader struct