Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_cross_ref_avail_unittest.cpp39 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
56 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
74 const FX_FILESIZE last_crossref_offset = 70000; in TEST() local
91 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
113 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
125 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
173 const FX_FILESIZE last_crossref_offset = static_cast<FX_FILESIZE>(cur_offset); in TEST() local
217 const FX_FILESIZE last_crossref_offset = static_cast<FX_FILESIZE>(cur_offset); in TEST() local
266 const FX_FILESIZE last_crossref_offset = last_v4_table_offset; in TEST() local
280 const FX_FILESIZE last_crossref_offset = 0; in TEST() local
[all …]
Dcpdf_cross_ref_avail.h22 FX_FILESIZE last_crossref_offset() const { return last_crossref_offset_; } in last_crossref_offset() function
Dcpdf_cross_ref_avail.cpp31 FX_FILESIZE last_crossref_offset) in CPDF_CrossRefAvail()