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