HomeSort by relevance Sort by last modified time
    Searched refs:s_nCurRefDepth (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 11 int CPDF_Object::s_nCurRefDepth = 0;
113 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth);
114 if (++s_nCurRefDepth > OBJECT_REF_MAX_DEPTH) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 100 static int s_nCurRefDepth;

Completed in 123 milliseconds