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