Searched refs:stack_depth_ (Results 1 – 2 of 2) sorted by relevance
124 : start_pos_(NULL), json_pos_(NULL), stack_depth_(0), in JSONReader()151 stack_depth_ = 0; in JsonToValue()171 ++stack_depth_; in BuildValue()172 if (stack_depth_ > kStackLimit) { in BuildValue()320 --stack_depth_; in BuildValue()
184 int stack_depth_; variable