Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_stream_acc.cpp82 uint64_t CPDF_StreamAcc::KeyForCache() const { in KeyForCache() function in CPDF_StreamAcc
83 return m_pStream ? m_pStream->KeyForCache() : 0; in KeyForCache()
H A Dcpdf_stream_acc.h40 uint64_t KeyForCache() const;
H A Dcpdf_object.cpp27 uint64_t CPDF_Object::KeyForCache() const { in KeyForCache() function in CPDF_Object
H A Dcpdf_object.h70 uint64_t KeyForCache() const;
H A Dcpdf_object_unittest.cpp436 TEST_F(PDFObjectsTest, KeyForCache) { in TEST_F() argument
441 EXPECT_TRUE(key_set.insert(direct->KeyForCache()).second); in TEST_F()
445 EXPECT_TRUE(key_set.insert(pair.second->KeyForCache()).second); in TEST_F()
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.cpp208 const uint64_t key = pFontFile->KeyForCache(); in LoadFontDescriptor()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_dib.cpp343 nSrcKey = m_pStreamAcc->KeyForCache(); in ContinueLoadDIBBase()
349 nGlobalKey = m_pGlobalAcc->KeyForCache(); in ContinueLoadDIBBase()