Searched refs:offset_from_table (Results 1 – 2 of 2) sorted by relevance
326 const auto offset_from_table = ReadScalar<uint16_t>(field_offset); in BuildVTable() local328 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() local409 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 …]
257 uint16_t offset_from_table = 0; member