Home
last modified time | relevance | path

Searched refs:iterParent (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DIteratorDescriptor.cs219 private IteratorDescriptor iterParent; field in System.Xml.Xsl.IlGen.IteratorDescriptor
248 public IteratorDescriptor(IteratorDescriptor iterParent) { in IteratorDescriptor() argument
249 Init(iterParent, iterParent.helper); in IteratorDescriptor()
255 private void Init(IteratorDescriptor iterParent, GenerateHelper helper) { in Init() argument
257 this.iterParent = iterParent; in Init()
269 get { return this.iterParent; }
H A DXmlIlVisitor.cs580 IteratorDescriptor iterParent = this.iterCurr; in VisitAnd()
585 … lblOnFalse = StartConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch); in VisitAnd()
591 … StartLastConjunctiveTest(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse); in VisitAnd()
596 … EndConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse); in VisitAnd()
3150 IteratorDescriptor iterParent = this.iterCurr; in VisitIsEmpty()
3153 if (iterParent.CurrentBranchingContext == BranchingContext.OnTrue) in VisitIsEmpty()
3164 switch (iterParent.CurrentBranchingContext) { in VisitIsEmpty()
3167 this.helper.EmitUnconditionalBranch(OpCodes.Br, iterParent.LabelBranch); in VisitIsEmpty()
4309 IteratorDescriptor iterParent = this.iterCurr; in StartNestedIterator()
4312 if (iterParent == null) { in StartNestedIterator()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DIteratorDescriptor.cs266 public IteratorDescriptor(IteratorDescriptor iterParent) in IteratorDescriptor() argument
268 Init(iterParent, iterParent._helper); in IteratorDescriptor()
274 private void Init(IteratorDescriptor iterParent, GenerateHelper helper) in Init() argument
277 _iterParent = iterParent; in Init()
H A DXmlIlVisitor.cs619 IteratorDescriptor iterParent = _iterCurr; in VisitAnd()
624 … lblOnFalse = StartConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch); in VisitAnd()
630 … StartLastConjunctiveTest(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse); in VisitAnd()
635 … EndConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse); in VisitAnd()
3384 IteratorDescriptor iterParent = _iterCurr; in VisitIsEmpty()
3387 if (iterParent.CurrentBranchingContext == BranchingContext.OnTrue) in VisitIsEmpty()
3398 switch (iterParent.CurrentBranchingContext) in VisitIsEmpty()
3402 _helper.EmitUnconditionalBranch(OpCodes.Br, iterParent.LabelBranch); in VisitIsEmpty()
4652 IteratorDescriptor iterParent = _iterCurr; in StartNestedIterator()
4655 if (iterParent == null) in StartNestedIterator()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/XMPCore/source/
H A DXMPIterator.cpp69 AddNodeOffspring ( IterInfo & info, IterNode & iterParent, const XMP_Node * xmpParent ) in AddNodeOffspring() argument
71 XMP_VarString currPath ( iterParent.fullPath ); in AddNodeOffspring()
72 size_t leafOffset = iterParent.fullPath.size(); in AddNodeOffspring()
86 iterParent.qualifiers.push_back ( IterNode ( xmpQual->options, currPath, leafOffset ) ); in AddNodeOffspring()
120 iterParent.children.push_back ( IterNode ( xmpChild->options, currPath, leafOffset ) ); in AddNodeOffspring()
123 printf ( " %s\n", (iterParent.children.back().fullPath.c_str() + leafOffset) ); in AddNodeOffspring()
H A DXMPIterator2.cpp195 void XMPIterator2::AddNodeOffSpring(IteratorNode &iterParent, const AdobeXMPCore::spINode & xmpPare… in AddNodeOffSpring() argument
199 XMP_VarString currPath(iterParent.fullPath); in AddNodeOffSpring()
212iterParent.nodeQualifiers.push_back( IteratorNode( XMPUtils::GetIXMPOptions( qualNode ), currPath,… in AddNodeOffSpring()
247iterParent.nodeChildren.push_back(IteratorNode(XMPUtils::GetIXMPOptions(xmpChild), currPath, leafO… in AddNodeOffSpring()
H A DXMPIterator2.hpp136 void AddNodeOffSpring(IteratorNode &iterParent, const AdobeXMPCore::spINode & xmpParent);
/dports/textproc/exempi/exempi-2.5.2/XMPCore/source/
H A DXMPIterator.cpp69 AddNodeOffspring ( IterInfo & info, IterNode & iterParent, const XMP_Node * xmpParent ) in AddNodeOffspring() argument
71 XMP_VarString currPath ( iterParent.fullPath ); in AddNodeOffspring()
72 size_t leafOffset = iterParent.fullPath.size(); in AddNodeOffspring()
86 iterParent.qualifiers.push_back ( IterNode ( xmpQual->options, currPath, leafOffset ) ); in AddNodeOffspring()
120 iterParent.children.push_back ( IterNode ( xmpChild->options, currPath, leafOffset ) ); in AddNodeOffspring()
123 printf ( " %s\n", (iterParent.children.back().fullPath.c_str() + leafOffset) ); in AddNodeOffspring()
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/src/
H A DXMPIterator.cpp113 AddNodeOffspring ( IterInfo & info, IterNode & iterParent, const XMP_Node * xmpParent ) in AddNodeOffspring() argument
115 XMP_VarString currPath ( iterParent.fullPath ); in AddNodeOffspring()
116 size_t leafOffset = iterParent.fullPath.size(); in AddNodeOffspring()
130 iterParent.qualifiers.push_back ( IterNode ( xmpQual->options, currPath, leafOffset ) ); in AddNodeOffspring()
164 iterParent.children.push_back ( IterNode ( xmpChild->options, currPath, leafOffset ) ); in AddNodeOffspring()
167 printf ( " %s\n", (iterParent.children.back().fullPath.c_str() + leafOffset) ); in AddNodeOffspring()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPCore/
H A DXMPIterator.cpp111 AddNodeOffspring ( IterInfo & info, IterNode & iterParent, const XMP_Node * xmpParent ) in AddNodeOffspring() argument
113 XMP_VarString currPath ( iterParent.fullPath ); in AddNodeOffspring()
114 size_t leafOffset = iterParent.fullPath.size(); in AddNodeOffspring()
128 iterParent.qualifiers.push_back ( IterNode ( xmpQual->options, currPath, leafOffset ) ); in AddNodeOffspring()
162 iterParent.children.push_back ( IterNode ( xmpChild->options, currPath, leafOffset ) ); in AddNodeOffspring()
165 printf ( " %s\n", (iterParent.children.back().fullPath.c_str() + leafOffset) ); in AddNodeOffspring()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/src/
H A DXMPIterator.cpp113 AddNodeOffspring ( IterInfo & info, IterNode & iterParent, const XMP_Node * xmpParent ) in AddNodeOffspring() argument
115 XMP_VarString currPath ( iterParent.fullPath ); in AddNodeOffspring()
116 size_t leafOffset = iterParent.fullPath.size(); in AddNodeOffspring()
130 iterParent.qualifiers.push_back ( IterNode ( xmpQual->options, currPath, leafOffset ) ); in AddNodeOffspring()
164 iterParent.children.push_back ( IterNode ( xmpChild->options, currPath, leafOffset ) ); in AddNodeOffspring()
167 printf ( " %s\n", (iterParent.children.back().fullPath.c_str() + leafOffset) ); in AddNodeOffspring()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/ModelView/
H A DTreeStore.hs185 \Store { depth = d } -> iterParent d iter,
458 iterParent :: Depth -> TreeIter -> Maybe TreeIter
459 iterParent depth iter = let function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/ModelView/
H A DTreeStore.hs185 \Store { depth = d } -> iterParent d iter,
458 iterParent :: Depth -> TreeIter -> Maybe TreeIter
459 iterParent depth iter = let function
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gtk/
H A DGtkImpl.st324 iterParent: child [
328 self iterParent: iter child: child.