Home
last modified time | relevance | path

Searched refs:CJBig2_CachePair (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/
DJBig2_DocumentContext.h17 using CJBig2_CachePair = variable
26 std::list<CJBig2_CachePair>* GetSymbolDictCache() { in GetSymbolDictCache()
31 std::list<CJBig2_CachePair> m_SymbolDictCache;
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h28 using CJBig2_CachePair = variable
44 std::list<CJBig2_CachePair>* pSymbolDictCache,
106 std::list<CJBig2_CachePair>* const m_pSymbolDictCache;
DJBig2_Context.cpp54 std::list<CJBig2_CachePair>* pSymbolDictCache, in CJBig2_Context()
587 CJBig2_CachePair(key, std::move(it->second))); in parseSymbolDict()
620 m_pSymbolDictCache->push_front(CJBig2_CachePair(key, std::move(value))); in parseSymbolDict()