Searched refs:section_length (Results 1 – 1 of 1) sorted by relevance
192 uint32_t section_length = payload_len - (c.tell() - prev_offset); in DecodeNextSection() local193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()195 *offset_ptr += (c.tell() + section_length); in DecodeNextSection()