Searched refs:recursion_depth_ (Results 1 – 7 of 7) sorted by relevance
94 int recursion_depth() { return recursion_depth_; } in recursion_depth()280 mutable int recursion_depth_; variable
116 recursion_depth_(0), in JsonStreamParser()620 --recursion_depth_; in ParseObjectMid()642 --recursion_depth_; in ParseEntry()801 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
128 recursion_depth_(0), in ProtoStreamObjectSource()147 recursion_depth_(0), in ProtoStreamObjectSource()798 --recursion_depth_; in RenderField()1100 if (++recursion_depth_ > max_recursion_depth_) { in IncrementRecursionDepth()
309 mutable int recursion_depth_; variable
184 serializer_->recursion_depth_++; in RecursionScope()186 ~RecursionScope() { serializer_->recursion_depth_--; } in ~RecursionScope()188 return serializer_->recursion_depth_ >= kMaxRecursionDepth; in ExceedsMaximum()371 int recursion_depth_ = 0; variable
551 inline int recursion_depth() { return recursion_depth_; } in recursion_depth()552 inline void IncrementRecursionDepth() { recursion_depth_++; } in IncrementRecursionDepth()553 inline void DecrementRecursionDepth() { recursion_depth_--; } in DecrementRecursionDepth()584 int recursion_depth_; variable
248 recursion_depth_(0), in RegExpCompiler()