Searched refs:feature_section_offset (Results 1 – 1 of 1) sorted by relevance
221 uint64_t feature_section_offset = header_.data.offset + header_.data.size; in ReadFeatureSectionDescriptors() local222 if (fseek(record_fp_, feature_section_offset, SEEK_SET) != 0) { in ReadFeatureSectionDescriptors()226 uint64_t min_section_data_pos = feature_section_offset + sizeof(SectionDesc) * features.size(); in ReadFeatureSectionDescriptors()