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