Searched refs:group_depth_ (Results 1 – 1 of 1) sorted by relevance
354 void TrackCorrectEnding() { group_depth_ = 0; } in TrackCorrectEnding()356 bool Done(const char** ptr) { return DoneWithCheck(ptr, group_depth_); } in Done()374 group_depth_++; in ParseGroup()376 group_depth_--; in ParseGroup()391 int group_depth_ = INT_MIN; variable