Searched refs:CJBig2_CacheKey (Results 1 – 3 of 3) sorted by relevance
16 using CJBig2_CacheKey = std::pair<uint32_t, uint32_t>; variable18 std::pair<CJBig2_CacheKey, std::unique_ptr<CJBig2_SymbolDict>>;
27 using CJBig2_CacheKey = std::pair<uint32_t, uint32_t>; variable29 std::pair<CJBig2_CacheKey, std::unique_ptr<CJBig2_SymbolDict>>;
518 CJBig2_CacheKey key = in ParseSymbolDict()519 CJBig2_CacheKey(pSegment->m_dwObjNum, pSegment->m_dwDataOffset); in ParseSymbolDict()