Lines Matching full:depth
45 * - rule call stack depth (to detect infinite recursion)
62 * Maximum rule call stack depth. Used to detect infinite recursion.
106 * Decrements the rule call stack depth by one.
108 * Should be used when a call to a rule returns. Does nothing if depth is
175 * Returns the current rule call stack depth.
177 * The depth is 0 if no rules have been called.
179 * @return rule call stack depth
207 * Increments the rule call stack depth by one.
211 * Throws runtime_error if the new depth exceeds maxRuleDepth. This
222 "Maximum rule depth exceeded by rule " + ruleID + '.'); in incrementRuleDepth()
269 * Rule call stack depth.