Home
last modified time | relevance | path

Searched refs:theChild (Results 1 – 25 of 68) sorted by relevance

123

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeDocumentFragment.cpp207 XalanSourceTreeDocumentFragment::appendChildNode(XalanSourceTreeComment* theChild) in appendChildNode() argument
209 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
215 XalanSourceTreeDocumentFragment::appendChildNode(XalanSourceTreeElement* theChild) in appendChildNode() argument
217 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
223 XalanSourceTreeDocumentFragment::appendChildNode(XalanSourceTreeProcessingInstruction* theChild) in appendChildNode() argument
225 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
231 XalanSourceTreeDocumentFragment::appendChildNode(XalanSourceTreeText* theChild) in appendChildNode() argument
233 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
H A DXalanSourceTreeElement.cpp281 XalanSourceTreeElement::appendChildNode(XalanSourceTreeComment* theChild) in appendChildNode() argument
283 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
289 XalanSourceTreeElement::appendChildNode(XalanSourceTreeElement* theChild) in appendChildNode() argument
291 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
297 XalanSourceTreeElement::appendChildNode(XalanSourceTreeProcessingInstruction* theChild) in appendChildNode() argument
299 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
305 XalanSourceTreeElement::appendChildNode(XalanSourceTreeText* theChild) in appendChildNode() argument
307 XalanSourceTreeHelper::appendSiblingToChild(this, m_firstChild, theChild); in appendChildNode()
H A DXalanSourceTreeDocumentFragment.hpp118 appendChildNode(XalanSourceTreeComment* theChild);
121 appendChildNode(XalanSourceTreeElement* theChild);
124 appendChildNode(XalanSourceTreeProcessingInstruction* theChild);
127 appendChildNode(XalanSourceTreeText* theChild);
H A DXalanSourceTreeElement.hpp175 appendChildNode(XalanSourceTreeComment* theChild);
178 appendChildNode(XalanSourceTreeElement* theChild);
181 appendChildNode(XalanSourceTreeProcessingInstruction* theChild);
184 appendChildNode(XalanSourceTreeText* theChild);
/dports/textproc/zorba/zorba-2.7.0/src/runtime/maths/pregenerated/
H A Dmaths.cpp49 theChild->accept(v); in accept()
73 theChild->accept(v); in accept()
97 theChild->accept(v); in accept()
121 theChild->accept(v); in accept()
145 theChild->accept(v); in accept()
169 theChild->accept(v); in accept()
193 theChild->accept(v); in accept()
217 theChild->accept(v); in accept()
241 theChild->accept(v); in accept()
265 theChild->accept(v); in accept()
[all …]
/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DCWContainer.m81 - (void) setChild: (CWContainer *) theChild
83 if (!theChild || theChild == self || theChild->next == self || theChild == child)
88 if (theChild)
92 // We search down in the children of theChild to be sure that
96 aChild = theChild->child;
108 RETAIN(theChild);
110 //child = theChild;
115 child = theChild;
127 aChild->next = theChild;
132 if (aChild == theChild)
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base/
H A Dunarybase.h37 PlanIter_t theChild;
45 ar & theChild; in SERIALIZABLE_ABSTRACT_CLASS() local
55 theChild(child) in UnaryBaseIterator()
58 assert(theChild != 0); in UnaryBaseIterator()
66 return theChild; in getChild()
76 return theChild->getStateSizeOfSubtree() + getStateSize(); in getStateSizeOfSubtree()
107 theChild->open(planState, offset); in openImpl()
117 theChild->reset(planState); in resetImpl()
125 theChild->close(planState); in closeImpl()
135 theChild->accept(v); \
/dports/textproc/zorba/zorba-2.7.0/src/runtime/maths/
H A Dmaths_impl.cpp47 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
243 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
258 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
443 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
458 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
473 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
488 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
516 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
531 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
546 if (consumeNext(result, theChild.getp(), planState )) in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dsequencetypes.cpp95 if (consumeNext(item, theChild.getp(), planState)) in nextImpl()
126 theChild->reset(planState); in nextImpl()
141 if (consumeNext(item, theChild.getp(), planState)) in nextImpl()
151 theChild->reset(planState); in nextImpl()
220 if (!consumeNext(item, theChild.getp(), planState)) in nextImpl()
248 if (consumeNext(item, theChild.getp(), planState)) in nextImpl()
306 if (!consumeNext(item, theChild.getp(), planState)) in nextImpl()
331 theChild->reset(planState); in nextImpl()
397 if (!consumeNext(item, theChild.getp(), planState)) in nextImpl()
408 if (consumeNext(temp, theChild.getp(), planState)) in nextImpl()
[all …]
H A Dpath_iterators.cpp435 if (!consumeNext(result, theChild.getp(), planState)) in nextImpl()
498 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
560 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
605 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
667 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
737 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
798 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
881 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
1455 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
1677 if (!consumeNext(state->theContextNode, theChild.getp(), planState)) in nextImpl()
[all …]
H A Dconstructors.cpp135 while (consumeNext(child, theChild, planState)) in nextImpl()
726 if (consumeNext(valueItem, theChild, planState)) in nextImpl()
761 while (consumeNext(valueItem, theChild, planState)) in nextImpl()
947 if (!consumeNext(lItem, theChild.getp(), planState)) in nextImpl()
1080 if (consumeNext(result, theChild, planState)) in nextImpl()
1121 while (consumeNext(result, theChild, planState)) in nextImpl()
1192 if (!consumeNext(result, theChild, planState)) in nextImpl()
1222 bool status = consumeNext(state->theContextItem, theChild, planState); in nextImpl()
1301 if (!consumeNext(result, theChild.getp(), planState)) in nextImpl()
1307 if (consumeNext(temp, theChild, planState)) in nextImpl()
H A Dtrycatch.cpp132 theChild->open(planState, offset); in openImpl()
146 uint32_t size = theChild->getStateSizeOfSubtree() + getStateSize(); in getStateSizeOfSubtree()
545 lIterator = new PlanIteratorWrapper(theChild, planState); in nextImpl()
588 theChild->reset(planState); in resetImpl()
607 theChild->close(planState); in closeImpl()
624 theChild->accept ( v ); in accept()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/
H A DCleanupAddon.java130 MUIElement theChild = container.getChildren().get(0); in subscribeTopicChildren()
136 if (theChild instanceof MPartSashContainer) { in subscribeTopicChildren()
139 Object tmp = theChild.getWidget(); in subscribeTopicChildren()
140 theChild.setWidget(theComp); in subscribeTopicChildren()
141 theComp.setLayout(new SashLayout(theComp, theChild)); in subscribeTopicChildren()
142 theComp.setData(AbstractPartRenderer.OWNING_ME, theChild); in subscribeTopicChildren()
147 theChild.setContainerData(container.getContainerData()); in subscribeTopicChildren()
148 container.getChildren().remove(theChild); in subscribeTopicChildren()
149 parentContainer.getChildren().add(index, theChild); in subscribeTopicChildren()
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dmouse.c7 Window theRoot, theChild; local
11 …ErrorVal = XQueryPointer(W_Display, W_Root, &theRoot, &theChild, &rootX, &rootY, &wX, &wY, &wButto…
45 Window theRoot, theChild; local
51 ErrorVal = XQueryPointer(W_Display, thisWin, &theRoot, &theChild,
/dports/graphics/quesa/quesa-1.8/Source/Core/Support/
H A DE3ClassTree.c272 E3ClassInfoPtr theChild = theChildren [ n ] ; in Find() local
273 Q3_ASSERT_VALID_PTR(theChild); in Find()
277 E3ClassInfoPtr theResult = theChild->Find ( theClassName ) ; in Find()
398 E3ClassInfoPtr theChild = theChildren[n]; in Dump_Class() local
399 Q3_ASSERT_VALID_PTR(theChild); in Dump_Class()
403 theChild->Dump_Class ( theFile, indent + 2 ) ; in Dump_Class()
663 E3ClassInfoPtr theChild = theClass->theChildren[0]; in UnregisterClass() local
664 Q3_ASSERT_VALID_PTR(theChild); in UnregisterClass()
1272 E3ClassInfoPtr theChild = theChildren [ childIndex ] ; in GetChild() local
1273 Q3_ASSERT_VALID_PTR(theChild); in GetChild()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/indexing/pregenerated/
H A Dic_ddl.cpp50 theChild->accept(v); in accept()
74 theChild->accept(v); in accept()
98 theChild->accept(v); in accept()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/scripting/
H A Dscripting.cpp147 while (! consumeNext(result, theChild, planState)) in nextImpl()
154 theChild->reset(planState); in nextImpl()
165 theChild->reset(planState); in nextImpl()
215 throw ExitException(new PlanIteratorWrapper(theChild, planState)); in nextImpl()
278 success = consumeNext(result, theChild, planState); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/qnames/pregenerated/
H A Dqnames.cpp124 theChild->accept(v); in accept()
148 theChild->accept(v); in accept()
172 theChild->accept(v); in accept()
224 theChild->accept(v); in accept()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/indexing/
H A Dic_ddl_impl.cpp52 if (!consumeNext(qname, theChild, planState)) in nextImpl()
110 if (!consumeNext(qname, theChild, planState)) in nextImpl()
153 if (!consumeNext(qname, theChild, planState)) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/schema/
H A Dschema_impl.cpp54 if (consumeNext(item, theChild, planState)) in nextImpl()
56 if (consumeNext(tmp, theChild, planState)) in nextImpl()
94 if (consumeNext(node, theChild.getp(), planState)) in nextImpl()
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DFolderNode.m135 - (void) addChild: (FolderNode *) theChild
137 [_children addObject: theChild];
141 - (void) removeChild: (FolderNode *) theChild
143 [_children removeObject: theChild];
H A DFolderNode.h68 - (void) addChild: (FolderNode *) theChild;
69 - (void) removeChild: (FolderNode *) theChild;
/dports/textproc/zorba/zorba-2.7.0/src/runtime/json/pregenerated/
H A Djsoniq_functions.cpp165 theChild->accept(v); in accept()
254 theChild->accept(v); in accept()
305 theChild->accept(v); in accept()
342 theChild->accept(v); in accept()
426 theChild->accept(v); in accept()
627 theChild->accept(v); in accept()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/schema/pregenerated/
H A Dschema.cpp47 theChild->accept(v); in SERIALIZABLE_CLASS_VERSIONS()
71 theChild->accept(v); in accept()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/qnames/
H A Dqnames_impl.cpp221 if (consumeNext(item, theChild.getp(), planState)) in nextImpl()
244 if (consumeNext(item, theChild.getp(), planState)) in nextImpl()
264 if (consumeNext(item, theChild.getp(), planState)) in nextImpl()
354 if (consumeNext(itemElem, theChild.getp(), planState )) in nextImpl()

123