Home
last modified time | relevance | path

Searched refs:offset_from_table (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.cpp326 const auto offset_from_table = ReadScalar<uint16_t>(field_offset); in BuildVTable() local
328 if (!offset_from_table.has_value()) { in BuildVTable()
339 if (!IsValidOffset(offset_of_referring_table + offset_from_table.value() - in BuildVTable()
350 entry.offset_from_table = offset_from_table.value(); in BuildVTable()
354 if (offset_from_table.value() == 0) { in BuildVTable()
403 const auto offset_from_table = ReadScalar<uint16_t>(field_offset); in BuildVTable() local
409 if (!offset_from_table.has_value()) { in BuildVTable()
420 entry.offset_from_table = offset_from_table.value(); in BuildVTable()
523 return a.offset_from_table < b.offset_from_table; in BuildTable()
529 const uint16_t offset_from_table = fields[i].offset_from_table; in BuildTable() local
[all …]
H A Dbinary_annotator.h257 uint16_t offset_from_table = 0; member