Searched refs:to_list (Results 1 – 3 of 3) sorted by relevance
721 SectionData::FragmentListType& to_list = pTo->getFragmentList(); in SetSDataSection() local722 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end(); in SetSDataSection()724 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) { in SetSDataSection()905 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveCommonData() local906 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); in MoveCommonData()913 for (frag = to_list.begin(); frag != fragEnd; ++frag) { in MoveCommonData()939 to_list.splice(fragInsert, pFrom.getFragmentList()); in MoveCommonData()941 to_list.splice(frag, pFrom.getFragmentList()); in MoveCommonData()972 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveSectionDataAndSort() local973 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); in MoveSectionDataAndSort()[all …]
150 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveSectionData() local157 to_list.splice(to_list.end(), from_list); in MoveSectionData()
1231 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in moveSectionData() local1238 to_list.splice(to_list.end(), from_list); in moveSectionData()