HomeSort by relevance Sort by last modified time
    Searched refs:m_pSymbolDictCache (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.h 106 std::list<CJBig2_CachePair>* const m_pSymbolDictCache;
JBig2_Context.cpp 61 m_pSymbolDictCache(pSymbolDictCache),
588 for (auto it = m_pSymbolDictCache->begin(); it != m_pSymbolDictCache->end();
593 m_pSymbolDictCache->push_front(
595 m_pSymbolDictCache->erase(it);
622 int size = pdfium::CollectionSize<int>(*m_pSymbolDictCache);
624 m_pSymbolDictCache->pop_back();
627 m_pSymbolDictCache->push_front(CJBig2_CachePair(key, std::move(value)));
    [all...]

Completed in 136 milliseconds