Searched refs:entry_offset_ptr (Results 1 – 1 of 1) sorted by relevance
300 const auto entry_offset_ptr = offsets.convert<uint16_t>() + entry_index; in GetEntryOffset() local301 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()304 result = offset_from16(entry_offset_ptr.value()); in GetEntryOffset()306 const auto entry_offset_ptr = offsets.convert<uint32_t>() + entry_index; in GetEntryOffset() local307 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()310 result = dtohl(entry_offset_ptr.value()); in GetEntryOffset()