Searched refs:offset_index (Results 1 – 3 of 3) sorted by relevance
134 offset_index = 0140 ret = ret + " " * (target_offsets[offset_index] - offset)141 offset_index = offset_index + 1
140 self.offset_index = [i[0] for i in offset_map]213 idx = bisect.bisect_right(self.offset_index, s) - 1316 idx = bisect.bisect_right(self.offset_index, b) - 1
1485 for (size_t offset_index = 0; offset_index < num_string_offsets; ++offset_index) { in VisitInternedStringReferences() local1486 uint32_t base_offset = sro_base[offset_index].first; in VisitInternedStringReferences()1488 uint32_t raw_member_offset = sro_base[offset_index].second; in VisitInternedStringReferences()