Searched refs:m_HashProfileMap (Results 1 – 2 of 2) sorted by relevance
109 std::map<ByteString, RetainPtr<const CPDF_Stream>> m_HashProfileMap; variable
391 auto hash_it = m_HashProfileMap.find(bsDigest); in GetIccProfile()392 if (hash_it != m_HashProfileMap.end()) { in GetIccProfile()400 m_HashProfileMap[bsDigest].Reset(pProfileStream); in GetIccProfile()