Searched refs:seen_xrefpos (Results 1 – 1 of 1) sorted by relevance
405 std::set<FX_FILESIZE> seen_xrefpos; in LoadAllCrossRefV4() local406 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV4()412 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadAllCrossRefV4()414 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV4()449 std::set<FX_FILESIZE> seen_xrefpos; in LoadLinearizedAllCrossRefV4() local450 seen_xrefpos.insert(xrefpos); in LoadLinearizedAllCrossRefV4()454 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadLinearizedAllCrossRefV4()456 seen_xrefpos.insert(xrefpos); in LoadLinearizedAllCrossRefV4()622 std::set<FX_FILESIZE> seen_xrefpos; in LoadAllCrossRefV5() local624 seen_xrefpos.insert(xrefpos); in LoadAllCrossRefV5()[all …]