Searched refs:stack_depth_ (Results 1 – 2 of 2) sorted by relevance
85 : start_pos_(NULL), json_pos_(NULL), stack_depth_(0), in JSONReader()169 stack_depth_ = 0; in JsonToValue()199 ++stack_depth_; in BuildValue()200 if (stack_depth_ > kStackLimit) { in BuildValue()348 --stack_depth_; in BuildValue()
206 int stack_depth_; variable