Searched refs:custom_segment_section (Results 1 – 3 of 3) sorted by relevance
64 pub custom_segment_section: Option<(String, String)>, field82 custom_segment_section: None, in new()95 self.custom_segment_section = None; in clear()116 self.custom_segment_section = Some((seg.to_owned(), sec.to_owned())) in set_segment_section()
391 ref custom_segment_section, in define_data()406 let section = if custom_segment_section.is_none() { in define_data()437 let (seg, sec) = &custom_segment_section.as_ref().unwrap(); in define_data()
596 custom_segment_section: _, in define_data()