Lines Matching full:recursion_depth_
804 inline int recursion_depth() { return recursion_depth_; }805 inline void IncrementRecursionDepth() { recursion_depth_++; }806 inline void DecrementRecursionDepth() { recursion_depth_--; }818 int recursion_depth_;847 recursion_depth_(0),