Searched refs:m_pSymbolDictCache (Results 1 – 2 of 2) sorted by relevance
76 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()
106 std::list<CJBig2_CachePair>* const m_pSymbolDictCache; variable