Home
last modified time | relevance | path

Searched refs:m_pSymbolDictCache (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp76 m_pSymbolDictCache(pSymbolDictCache) {} in CJBig2_Context()
523 for (auto it = m_pSymbolDictCache->begin(); it != m_pSymbolDictCache->end(); in ParseSymbolDict()
527 m_pSymbolDictCache->push_front( in ParseSymbolDict()
529 m_pSymbolDictCache->erase(it); in ParseSymbolDict()
556 size_t size = m_pSymbolDictCache->size(); in ParseSymbolDict()
558 m_pSymbolDictCache->pop_back(); in ParseSymbolDict()
561 m_pSymbolDictCache->push_front(CJBig2_CachePair(key, std::move(value))); in ParseSymbolDict()
DJBig2_Context.h106 std::list<CJBig2_CachePair>* const m_pSymbolDictCache; variable