Searched refs:from_list (Results 1 – 2 of 2) sorted by relevance
149 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in MoveSectionData() local151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in MoveSectionData()152 for (frag = from_list.begin(); frag != fragEnd; ++frag) { in MoveSectionData()157 to_list.splice(to_list.end(), from_list); in MoveSectionData()
1230 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in moveSectionData() local1232 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in moveSectionData()1233 for (frag = from_list.begin(); frag != fragEnd; ++frag) { in moveSectionData()1238 to_list.splice(to_list.end(), from_list); in moveSectionData()