Home | History | Annotate | Download | only in src

Lines Matching refs:recursion_depth_

1021   inline int recursion_depth() { return recursion_depth_; }
1022 inline void IncrementRecursionDepth() { recursion_depth_++; }
1023 inline void DecrementRecursionDepth() { recursion_depth_--; }
1044 int recursion_depth_;
1077 recursion_depth_(0),