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>>;
26 using CJBig2_CacheKey = std::pair<uint32_t, uint32_t>; variable28 std::pair<CJBig2_CacheKey, std::unique_ptr<CJBig2_SymbolDict>>;
583 CJBig2_CacheKey key = in parseSymbolDict()584 CJBig2_CacheKey(pSegment->m_dwObjNum, pSegment->m_dwDataOffset); in parseSymbolDict()