Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp324 std::set<FX_FILESIZE> seen_xrefpos; in LoadAllCrossRefV4() local
328 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV4()
335 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadAllCrossRefV4()
338 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV4()
380 std::set<FX_FILESIZE> seen_xrefpos; in LoadLinearizedAllCrossRefV4() local
384 seen_xrefpos.insert(xrefpos); in LoadLinearizedAllCrossRefV4()
389 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadLinearizedAllCrossRefV4()
392 seen_xrefpos.insert(xrefpos); in LoadLinearizedAllCrossRefV4()
557 std::set<FX_FILESIZE> seen_xrefpos; in LoadAllCrossRefV5() local
559 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV5()
[all …]