Searched refs:s_CurrentRecursionDepth (Results 1 – 2 of 2) sorted by relevance
80 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser499 AutoRestorer<int> depth_restorer(&s_CurrentRecursionDepth); in GetObjectBodyInternal()500 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()
97 static int s_CurrentRecursionDepth; variable