Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_DocumentContext.h17 using CJBig2_CachePair = variable
26 std::list<CJBig2_CachePair>* GetSymbolDictCache() { in GetSymbolDictCache()
31 std::list<CJBig2_CachePair> m_SymbolDictCache;
DJBig2_Context.h28 using CJBig2_CachePair = variable
42 std::list<CJBig2_CachePair>* pSymbolDictCache);
60 std::list<CJBig2_CachePair>* pSymbolDictCache,
106 std::list<CJBig2_CachePair>* const m_pSymbolDictCache;
DJBig2_Context.cpp59 std::list<CJBig2_CachePair>* pSymbolDictCache) { in Create()
71 std::list<CJBig2_CachePair>* pSymbolDictCache, in CJBig2_Context()
528 CJBig2_CachePair(key, std::move(it->second))); in ParseSymbolDict()
561 m_pSymbolDictCache->push_front(CJBig2_CachePair(key, std::move(value))); in ParseSymbolDict()