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