Searched refs:seen_xrefpos (Results 1 – 1 of 1) sorted by relevance
324 std::set<FX_FILESIZE> seen_xrefpos; in LoadAllCrossRefV4() local328 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() local384 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() local559 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV5()[all …]