Searched refs:LVSectionRanges (Results 1 – 2 of 2) sorted by relevance
99 using LVSectionRanges = std::map<LVSectionIndex, std::unique_ptr<LVRange>>; variable100 LVSectionRanges SectionRanges;
385 LVSectionRanges::iterator IterSection = SectionRanges.find(SectionIndex); in getSectionRanges()