Home
last modified time | relevance | path

Searched refs:theNumSteps (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dpath.cpp324 for (ulong i = 0; i < theNumSteps; i++) in reset()
355 state->theNumSteps = numSteps; in openImpl()
428 while (state->theCurrentStep < state->theNumSteps) in nextImpl()
571 else if (curStep < state->theNumSteps - 1) in nextImpl()
H A Dpath.h271 ulong theNumSteps; variable
276 PathIteratorState() : theCurrentStep(0), theNumSteps(0) {} in PathIteratorState()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp232 ulong theNumSteps; member
239 theNumSteps(0) in NodeSortInfo()
8874 theNodeSortStack.top().theNumSteps++; in begin_visit()
8911 (nodeSortInfo.theNumSteps > 1 && !nodeSortInfo.theOnlyChildAxes)) in end_visit()
9118 theNodeSortStack.top().theNumSteps++; in intermediate_visit()
9208 theNodeSortStack.top().theNumSteps++; in begin_visit()