Searched refs:copiedList (Results 1 – 2 of 2) sorted by relevance
18 std::vector<CPDFSDK_Annot*> copiedList = pPageView->GetAnnotList(); in CPDFSDK_AnnotIteration() local19 std::stable_sort(copiedList.begin(), copiedList.end(), in CPDFSDK_AnnotIteration()26 auto it = std::find(copiedList.begin(), copiedList.end(), pTopMostAnnot); in CPDFSDK_AnnotIteration()27 if (it != copiedList.end()) { in CPDFSDK_AnnotIteration()28 copiedList.erase(it); in CPDFSDK_AnnotIteration()29 copiedList.insert(copiedList.begin(), pTopMostAnnot); in CPDFSDK_AnnotIteration()33 std::reverse(copiedList.begin(), copiedList.end()); in CPDFSDK_AnnotIteration()35 m_List.reserve(copiedList.size()); in CPDFSDK_AnnotIteration()36 for (auto* pAnnot : copiedList) in CPDFSDK_AnnotIteration()
40 List<Invocation> copiedList; in getAll() local42 copiedList = new LinkedList<Invocation>(invocations) ; in getAll()45 return ListUtil.filter(copiedList, new RemoveToString()); in getAll()