Searched refs:new_section (Results 1 – 6 of 6) sorted by relevance
375 section* new_section; in create_section() local379 new_section = new section_impl<Elf64_Shdr>( &convertor ); in create_section()382 new_section = new section_impl<Elf32_Shdr>( &convertor ); in create_section()388 new_section->set_index( (Elf_Half)sections_.size() ); in create_section()389 sections_.push_back( new_section ); in create_section()391 return new_section; in create_section()885 section* new_section = parent->create_section(); in add() local886 new_section->set_name( name ); in add()892 new_section->set_name_string_offset( pos ); in add()894 return new_section; in add()
333 …std::string new_section = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table… in add_cell() local336 content.insert(pos + 12, new_section); in add_cell()338 content += "\n\n[/sections:]\n" + new_section; in add_cell()
343 …std::string new_section = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table… in add_cell() local346 content.insert(pos + 12, new_section); in add_cell()348 content += "\n\n[/sections:]\n" + new_section; in add_cell()
285 …std::string new_section = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table… in add_cell() local288 content.insert(pos + 12, new_section); in add_cell()290 content += "\n\n[/sections:]\n" + new_section; in add_cell()
1285 new_section = Section(condition)1286 sections.append(new_section)1287 current_section = new_section
1157 GstMpegtsSection *new_section = in handle_psi() local1160 (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (new_section); in handle_psi()1196 event = gst_event_new_mpegts_section (new_section); in handle_psi()1197 gst_mpegts_section_unref (new_section); in handle_psi()