Home
last modified time | relevance | path

Searched refs:foundNext (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/dilay/dilay-1.9.0/lib/src/tool/trim-mesh/
H A Dsplit-mesh.cpp150 bool foundNext = false; in addPolylinesToBorder() local
153 *vIt, [&border, &borderVertices, &vIt, &foundNext](unsigned int a) { in addPolylinesToBorder()
154 if (foundNext == false) in addPolylinesToBorder()
165 foundNext = true; in addPolylinesToBorder()
171 if (foundNext == false) in addPolylinesToBorder()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Tracking/
H A DActivityStateRecord.cs248 bool foundNext = false; in GetVariables()
250 while (!foundNext) in GetVariables()
257 foundNext = currentElement.MemberOf.Equals(activityIdSpace); in GetVariables()
262 foundNext = true; in GetVariables()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinMessageHandler.cpp746 bool foundNext = false; in nextPerCent() local
747 while (!foundNext) { in nextPerCent()
759 foundNext = true; in nextPerCent()
770 foundNext = true; in nextPerCent()
781 foundNext = true; in nextPerCent()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinMessageHandler.cpp746 bool foundNext = false; in nextPerCent() local
747 while (!foundNext) { in nextPerCent()
759 foundNext = true; in nextPerCent()
770 foundNext = true; in nextPerCent()
781 foundNext = true; in nextPerCent()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinMessageHandler.cpp677 bool foundNext=false; in nextPerCent() local
678 while (!foundNext) { in nextPerCent()
690 foundNext=true; in nextPerCent()
701 foundNext=true; in nextPerCent()
712 foundNext=true; in nextPerCent()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinMessageHandler.cpp746 bool foundNext = false; in nextPerCent() local
747 while (!foundNext) { in nextPerCent()
759 foundNext = true; in nextPerCent()
770 foundNext = true; in nextPerCent()
781 foundNext = true; in nextPerCent()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dp_mobj.cpp739 bool foundNext = false; in Mobj_ModelDef() local
769 foundNext = true; in Mobj_ModelDef()
773 if (!mdit || foundNext) in Mobj_ModelDef()
780 if (foundNext) in Mobj_ModelDef()
796 if (!foundNext) in Mobj_ModelDef()
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/plasmoidviewer/qmlpackages/shell/contents/configuration/
H A DAppletConfiguration.qml157 let foundNext = false
164 if (foundNext) {
168 foundNext = true
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/desktoppackage/contents/configuration/
H A DAppletConfiguration.qml162 let foundNext = false
169 if (foundNext) {
173 foundNext = true
/dports/cad/solvespace/solvespace-2.3/src/srf/
H A Dcurve.cpp408 bool foundNext = false; in FromCurves() local
421 foundNext = true; in FromCurves()
425 if(!foundNext) { in FromCurves()