Home
last modified time | relevance | path

Searched refs:oldIt (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/gammaray/GammaRay-2.11.3/core/tools/objectinspector/
H A Dbindingmodel.cpp102 auto oldIt = oldDependencies.begin(); in refresh() local
107 if (lessThan(*oldIt, *newIt)) { // handle deleted node in refresh()
108 const auto firstToRemove = oldIt; in refresh()
109 …while (oldIt != oldDependencies.end() && lessThan(*oldIt, *newIt)) { ++oldIt; } // if more than on… in refresh()
110 const auto count = std::distance(firstToRemove, oldIt); in refresh()
112 oldIt = oldDependencies.erase(firstToRemove, oldIt); in refresh()
122 oldIt = oldDependencies.insert(oldIt, std::move(*newIt)); in refresh()
123 ++oldIt; in refresh()
128 … refresh(oldIt->get(), std::move(newIt->get()->dependencies()), createIndex(idx, 0, oldIt->get())); in refresh()
129 ++oldIt; in refresh()
[all …]
/dports/deskutils/charmtimetracker/Charm-1.12.0/Core/
H A DTaskListMerger.cpp67 TaskList::iterator oldIt = oldTasks.begin(); in calculateResults() local
71 if ((*oldIt).id() < (*newIt).id()) { in calculateResults()
75 ++oldIt; in calculateResults()
76 } else if ((*oldIt).id() == (*newIt).id()) { in calculateResults()
78 if (*oldIt != *newIt) { in calculateResults()
79 m_modifiedTasks << (*oldIt); in calculateResults()
80 *oldIt = *newIt; in calculateResults()
82 ++oldIt; in calculateResults()
90 } while (oldIt != oldTasks.end() || newIt != newTasks.end()); in calculateResults()
/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Dparserbase.cpp388 QStringList::Iterator oldIt = oldLines.begin(); in parseContextHunkBody() local
392 while (oldIt != oldLines.end() || newIt != newLines.end()) in parseContextHunkBody()
394 if (oldIt != oldLines.end() && m_contextHunkBodyRemoved.exactMatch(*oldIt)) in parseContextHunkBody()
402 for (; oldIt != oldLines.end() && m_contextHunkBodyRemoved.exactMatch(*oldIt); ++oldIt) in parseContextHunkBody()
424 else if ((oldIt == oldLines.end() || m_contextHunkBodyContext.exactMatch(*oldIt)) && in parseContextHunkBody()
432 while ((oldIt == oldLines.end() || m_contextHunkBodyContext.exactMatch(*oldIt)) && in parseContextHunkBody()
437 if (oldIt != oldLines.end()) in parseContextHunkBody()
441 ++oldIt; in parseContextHunkBody()
455 else if ((oldIt != oldLines.end() && m_contextHunkBodyChanged.exactMatch(*oldIt)) || in parseContextHunkBody()
464 while (oldIt != oldLines.end() && m_contextHunkBodyChanged.exactMatch(*oldIt)) in parseContextHunkBody()
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DV3Combine.cpp159 auto oldIt = newIt; in walkDupFuncs() local
160 ++oldIt; // Skip over current position in walkDupFuncs()
161 for (; oldIt != m_dupFinder.end(); ++oldIt) { in walkDupFuncs()
162 AstCFunc* const oldfuncp = VN_AS(oldIt->second, CFunc); in walkDupFuncs()
163 UASSERT_OBJ(oldfuncp, oldIt->second, "Not a CFunc in hash"); in walkDupFuncs()
166 if (newIt->first != oldIt->first) break; // Iterate over same hashes only in walkDupFuncs()
172 UINFO(5, " with " << oldIt->first << " " << oldfuncp << endl); in walkDupFuncs()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestMetadata.java46 Iterator<String> oldIt = cldrFileOrder.iterator(); in checkEquals() local
48 while (oldIt.hasNext() || newIt.hasNext()) { in checkEquals()
49 if (oldIt.hasNext()) in checkEquals()
50 differ.addA(oldIt.next()); in checkEquals()
53 differ.checkMatch(!oldIt.hasNext() && !newIt.hasNext()); in checkEquals()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dconfigmodel.cpp240 auto oldIt = m_configuration.constBegin(); in setConfiguration() local
244 while (newIt != newEndIt && oldIt != oldEndIt) { in setConfiguration()
245 if (oldIt->isUnset) { in setConfiguration()
246 ++oldIt; in setConfiguration()
249 } else if (newIt->key < oldIt->key) { in setConfiguration()
253 } else if (newIt->key > oldIt->key) { in setConfiguration()
255 if (oldIt->isUserChanged || oldIt->isUserNew) in setConfiguration()
256 result << InternalDataItem(*oldIt); in setConfiguration()
257 ++oldIt; in setConfiguration()
261 item.newValue = (newIt->value != oldIt->newValue) ? oldIt->newValue : QString(); in setConfiguration()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/NavFilter/
H A DNavOrderFilter.cpp99 SubframeSet::iterator ssi, oldIt = orderedNav.end(); in examineSubframes() local
120 oldIt = ssi; in examineSubframes()
131 if (oldIt != orderedNav.end()) in examineSubframes()
136 orderedNav.erase(orderedNav.begin(), ++oldIt); in examineSubframes()
H A DLNavOrderFilter.cpp101 SubframeSet::iterator ssi, oldIt = orderedNav.end(); in examineSubframes() local
123 oldIt = ssi; in examineSubframes()
134 if (oldIt != orderedNav.end()) in examineSubframes()
139 orderedNav.erase(orderedNav.begin(), ++oldIt); in examineSubframes()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/kv/kvtest/
H A Dkvtest.go82 oldIt := lto.Clone()
92 oldQuads := graphtest.IteratedQuads(t, qs, oldIt)
97 oldIt.Next(ctx)
99 oldIt.TagResults(oldResults)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libdbusmenu-qt/src/
H A Ddbusmenuexporter.cpp387 oldIt = oldProperties.constBegin(), in doUpdateActions() local
389 for(; oldIt != oldEnd; ++oldIt) { in doUpdateActions()
390 QString key = oldIt.key(); in doUpdateActions()
393 if (newIt.value() != oldIt.value()) { in doUpdateActions()
405 oldIt = oldProperties.constFind(key); in doUpdateActions()
406 if (oldIt == oldEnd) { in doUpdateActions()
/dports/devel/libdbusmenu-qt/libdbusmenu-qt-0.9.3+16.04.20160218/src/
H A Ddbusmenuexporter.cpp386 oldIt = oldProperties.constBegin(), in doUpdateActions() local
388 for(; oldIt != oldEnd; ++oldIt) { in doUpdateActions()
389 QString key = oldIt.key(); in doUpdateActions()
392 if (newIt.value() != oldIt.value()) { in doUpdateActions()
404 oldIt = oldProperties.constFind(key); in doUpdateActions()
405 if (oldIt == oldEnd) { in doUpdateActions()
/dports/devel/gammaray/GammaRay-2.11.3/core/
H A Dobjecttreemodel.cpp182 auto oldIt = std::lower_bound(oldSiblings.begin(), in objectReparented() local
184 if (oldIt == oldSiblings.end() || *oldIt != obj) in objectReparented()
186 const int sourceRow = std::distance(oldSiblings.begin(), oldIt); in objectReparented()
200 oldSiblings.erase(oldIt); in objectReparented()
/dports/misc/usd/USD-21.11/extras/usd/examples/usdDancingCubesExample/
H A DfileFormat.cpp183 auto oldIt = oldDict.find(token); in CanFieldChangeAffectFileFormatArguments() local
185 const bool oldValExists = oldIt != oldDict.end(); in CanFieldChangeAffectFileFormatArguments()
193 if (newValExists && oldIt->second != newIt->second) { in CanFieldChangeAffectFileFormatArguments()
/dports/math/frobby/frobby-0.9.1/src/
H A DRawSquareFreeIdeal.cpp274 for (iterator oldIt = oldBegin; oldIt != oldStop; ++oldIt) in compact() local
275 Ops::setExponent(*oldIt, varCompact, Ops::getExponent(*oldIt, var)); in compact()
286 for (iterator oldIt = oldBegin; oldIt != oldStop; ++oldIt) in compact() local
287 *(*oldIt + wordOffset) &= mask; in compact()
295 for (iterator oldIt = oldBegin; oldIt != oldStop; ++oldIt, ++newIt) in compact() local
296 Ops::assign(*newIt, (*newIt) + newWordCount, *oldIt); in compact()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dnamevaluemodel.cpp257 const auto oldIt = d->m_baseNameValueDictionary.constFind(oldName); in setData() local
260 if (oldIt != d->m_baseNameValueDictionary.constEnd() in setData()
261 && stringValue == d->m_baseNameValueDictionary.value(oldIt) in setData()
262 && d->m_baseNameValueDictionary.isEnabled(oldIt) in setData()
381 const auto oldIt = d->m_baseNameValueDictionary.constFind(name); in toggleVariable() local
382 if (oldIt == d->m_baseNameValueDictionary.constEnd() in toggleVariable()
383 || oldIt.value().first != newIt.value().first) { in toggleVariable()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/utils/
H A Dvar_list.cpp58 Iterator oldIt = it; in delSelected() local
60 m_list.erase( oldIt ); in delSelected()
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/models/
H A Droomlistmodel.cpp522 const auto oldIt = group.rooms.begin() + oldIndex.row(); in updateGroups() local
524 if (newIt != oldIt) in updateGroups()
528 if (newIt > oldIt) in updateGroups()
529 std::rotate(oldIt, oldIt + 1, newIt); in updateGroups()
531 std::rotate(newIt, oldIt, oldIt + 1); in updateGroups()
/dports/devel/umbrello/umbrello-21.12.3/lib/interfaces/
H A Dcodemodel.cpp20 while (oldIt != old.end()) { in eachCanUpdate()
26 while (it1 != (*oldIt).end()) { in eachCanUpdate()
31 ++oldIt; in eachCanUpdate()
43 while (oldIt != old.end()) { in eachUpdate()
48 while (it1 != (*oldIt).end()) { in eachUpdate()
53 ++oldIt; in eachUpdate()
66 while (oldIt != old.end()) { in eachCanUpdateSingle()
68 ++oldIt; in eachCanUpdateSingle()
80 while (oldIt != old.end()) { in eachUpdateSingle()
81 (*oldIt)->update(*newIt); in eachUpdateSingle()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DAttributableNode.cpp271 EntityAttribute::List::const_iterator oldIt = oldSorted.begin(); in updateAttributeIndex() local
276 while (oldIt != oldEnd && newIt != newEnd) { in updateAttributeIndex()
277 const EntityAttribute& oldAttr = *oldIt; in updateAttributeIndex()
283 ++oldIt; in updateAttributeIndex()
289 ++oldIt; ++newIt; in updateAttributeIndex()
293 while (oldIt != oldEnd) { in updateAttributeIndex()
294 const EntityAttribute& oldAttr = *oldIt; in updateAttributeIndex()
296 ++oldIt; in updateAttributeIndex()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/runonphone/symbianutils/
H A Dsymbiandevicemanager.cpp528 … for (SymbianDeviceListIterator oldIt = d->m_devices.begin(); oldIt != d->m_devices.end(); ) { in update() local
529 if (newDevices.contains(*oldIt)) { in update()
530 ++oldIt; in update()
532 SymbianDevice toBeDeleted = *oldIt; in update()
534 oldIt = d->m_devices.erase(oldIt); in update()
/dports/misc/usd/USD-21.11/extras/usd/examples/usdRecursivePayloadsExample/
H A DfileFormat.cpp584 auto oldIt = oldDict.find(payloadId); in CanFieldChangeAffectFileFormatArguments() local
586 const bool oldValExists = oldIt == oldDict.end(); in CanFieldChangeAffectFileFormatArguments()
592 if (newValExists && oldIt->second != newIt->second) { in CanFieldChangeAffectFileFormatArguments()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/yara/
H A Dbits_matches.h682 TMatchesIterator oldIt = matchesBegin;
684 while (oldIt != matchesEnd)
686 *newIt = *oldIt;
688 ++oldIt;
690 while (oldIt != matchesEnd && isDuplicate(*newIt, *oldIt, posTag)) ++oldIt;
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DFindDTDOrder.java382 Iterator oldIt = CLDRFile.getElementOrder().iterator(); in showData() local
384 while (oldIt.hasNext() || newIt.hasNext()) { in showData()
385 if (oldIt.hasNext()) in showData()
386 differ.addA(oldIt.next()); in showData()
389 differ.checkMatch(!oldIt.hasNext() && !newIt.hasNext()); in showData()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DClassesWidget.cpp280 auto oldIt = std::lower_bound(classes.begin(), classes.end(), oldName); in classRenamed() local
281 if (oldIt == classes.end() || *oldIt != oldName) { in classRenamed()
285 int oldRow = oldIt - classes.begin(); in classRenamed()
291 classes.erase(oldIt); in classRenamed()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword_helper.h312 typename std::vector<OldT*>::const_iterator oldIt( old.m_items.begin() ); in convertPLCF()
314 for ( ; oldIt != oldEnd; ++oldIt ) in convertPLCF()
315 ret->m_items.push_back( new NewT( Word95::toWord97( **oldIt ) ) ); in convertPLCF()

12