Home
last modified time | relevance | path

Searched defs:last_crossref_offset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_cross_ref_avail_unittest.cpp38 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
55 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
73 const FX_FILESIZE last_crossref_offset = 70000; in TEST() local
90 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
112 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
124 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
172 const FX_FILESIZE last_crossref_offset = static_cast<FX_FILESIZE>(cur_offset); in TEST() local
216 const FX_FILESIZE last_crossref_offset = static_cast<FX_FILESIZE>(cur_offset); in TEST() local
265 const FX_FILESIZE last_crossref_offset = last_v4_table_offset; in TEST() local
279 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
[all …]
H A Dcpdf_cross_ref_avail.h23 FX_FILESIZE last_crossref_offset() const { return last_crossref_offset_; } in last_crossref_offset() function
H A Dcpdf_cross_ref_avail.cpp29 FX_FILESIZE last_crossref_offset) in CPDF_CrossRefAvail()