Home
last modified time | relevance | path

Searched refs:s_nCurRefDepth (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp22 int CPDF_Object::s_nCurRefDepth = 0; member in CPDF_Object
118 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth); in GetInteger()
119 if (++s_nCurRefDepth > kObjectRefMaxDepth) in GetInteger()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h126 static int s_nCurRefDepth; variable