Searched refs:parser_not_null (Results 1 – 1 of 1) sorted by relevance
410 explicit ParseDepthGuard(Parser *parser_not_null) in ParseDepthGuard() argument411 : parser_(*parser_not_null), caller_depth_(parser_.parse_depth_counter_) { in ParseDepthGuard()