Searched refs:m_pSymbolDictCache (Results 1 – 2 of 2) sorted by relevance
71 m_pSymbolDictCache(pSymbolDictCache), in CJBig2_Context()607 for (auto it = m_pSymbolDictCache->begin(); it != m_pSymbolDictCache->end(); in parseSymbolDict()612 m_pSymbolDictCache->push_front(*it); in parseSymbolDict()613 m_pSymbolDictCache->erase(it); in parseSymbolDict()640 while (m_pSymbolDictCache->size() >= kSymbolDictCacheMaxSize) { in parseSymbolDict()641 delete m_pSymbolDictCache->back().second; in parseSymbolDict()642 m_pSymbolDictCache->pop_back(); in parseSymbolDict()644 m_pSymbolDictCache->push_front(CJBig2_CachePair(key, value.release())); in parseSymbolDict()
129 std::list<CJBig2_CachePair>* const m_pSymbolDictCache; variable