Lines Matching defs:SortingObjects
92 SZFrameObjVec SortingObjects(MFI.getObjectIndexEnd());
94 SortingObjects[Obj].IsValid = true;
95 SortingObjects[Obj].ObjectIndex = Obj;
96 SortingObjects[Obj].ObjectSize = MFI.getObjectSize(Obj);
111 SortingObjects[Index].IsValid) {
113 SortingObjects[Index].DPairCount++;
115 SortingObjects[Index].D12Count++;
139 std::stable_sort(SortingObjects.begin(), SortingObjects.end(), CmpD12);
144 for (auto &Obj : SortingObjects) {