Lines Matching defs:SortingObjects
93 SZFrameObjVec SortingObjects(MFI.getObjectIndexEnd());
95 SortingObjects[Obj].IsValid = true;
96 SortingObjects[Obj].ObjectIndex = Obj;
97 SortingObjects[Obj].ObjectSize = MFI.getObjectSize(Obj);
112 SortingObjects[Index].IsValid) {
114 SortingObjects[Index].DPairCount++;
116 SortingObjects[Index].D12Count++;
140 std::stable_sort(SortingObjects.begin(), SortingObjects.end(), CmpD12);
145 for (auto &Obj : SortingObjects) {