Home
last modified time | relevance | path

Searched defs: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
403 const auto offset_from_table = ReadScalar<uint16_t>(field_offset); in BuildVTable() local
529 const uint16_t offset_from_table = fields[i].offset_from_table; in BuildTable() local
H A Dbinary_annotator.h257 uint16_t offset_from_table = 0; member