Home
last modified time | relevance | path

Searched refs:theNodeStack (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dloader_fast.cpp110 theNodeStack(2048) in FastXmlLoader()
166 while(!theNodeStack.empty()) in abortload()
168 XmlNode* node = theNodeStack.top(); in abortload()
169 theNodeStack.pop(); in abortload()
222 if (!theNodeStack.empty()) in reset()
223 theNodeStack.pop(); in reset()
225 ZORBA_ASSERT(theNodeStack.empty()); in reset()
430 loader.theNodeStack.push(NULL); in startDocument()
935 if (loader.theNodeStack.empty()) in characters()
988 if (loader.theNodeStack.empty()) in cdataBlock()
[all …]
H A Dloader_dtd.cpp598 theNodeStack(2048) in DtdXmlLoader()
658 while(!theNodeStack.empty()) in abortload()
661 theNodeStack.pop(); in abortload()
708 if ( !theNodeStack.empty() ) in reset()
709 theNodeStack.pop(); in reset()
711 ZORBA_ASSERT(theNodeStack.empty()); in reset()
1058 loader.theNodeStack.push(NULL); in startDocument()
1617 if (loader.theNodeStack.empty()) in characters()
1670 if (loader.theNodeStack.empty()) in cdataBlock()
1727 if (loader.theNodeStack.empty()) in processingInstruction()
[all …]
H A Dloader.h148 zorba::Stack<XmlNode*> theNodeStack; variable
349 zorba::Stack<XmlNode*> theNodeStack; variable
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp763 ZORBA_FATAL(! theNodeStack.empty(), ""); in pop_nodestack()
764 e_h = theNodeStack.top(); in pop_nodestack()
765 theNodeStack.pop(); in pop_nodestack()
787 theNodeStack.push(e); in push_nodestack()
819 return (theNodeStack.empty()) ? NULL : theNodeStack.top(); in peek_nodestk_or_null()
829 ZORBA_FATAL( !theNodeStack.empty(), "" ); in top_nodestack()
830 return theNodeStack.top(); in top_nodestack()
846 if (theNodeStack.top() != NULL) in expect_axis_step_top()
9485 expr* top = theNodeStack.top(); in end_visit()
14538 if (theNodeStack.size() != 1) in result()
[all …]