Searched refs:new_section (Results 1 – 4 of 4) sorted by relevance
89 def update_section(self, new_section: GitlabSection):92 if self.current_section and self.current_section.id == new_section.id:95 self.current_section = new_section96 self._buffer.append(new_section.start())104 if new_section := log_section.from_log_line_to_section(line):105 self.update_section(new_section)
448 section* new_section = sections_.back().get(); in create_section() local449 new_section->set_index( static_cast<Elf_Half>( sections_.size() - 1 ) ); in create_section()451 return new_section; in create_section()994 section* new_section = parent->create_section(); in add() local995 new_section->set_name( name ); in add()1001 new_section->set_name_string_offset( pos ); in add()1003 return new_section; in add()
1306 new_section = Section(condition)1307 sections.append(new_section)1308 current_section = new_section
1648 GstMpegtsSection *new_section = in handle_psi() local1651 (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (new_section); in handle_psi()1687 event = gst_event_new_mpegts_section (new_section); in handle_psi()1688 gst_mpegts_section_unref (new_section); in handle_psi()