Searched refs:hash_it (Results 1 – 1 of 1) sorted by relevance
175 for (auto hash_it = m_HashProfileMap.begin(); in Clear() local176 hash_it != m_HashProfileMap.end(); ++hash_it) { in Clear()177 if (curr_it->first == hash_it->second) { in Clear()178 m_HashProfileMap.erase(hash_it); in Clear()516 auto hash_it = m_HashProfileMap.find(CFX_ByteStringC(digest, 20)); in GetIccProfile() local517 if (hash_it != m_HashProfileMap.end()) { in GetIccProfile()518 auto it_copied_stream = m_IccProfileMap.find(hash_it->second); in GetIccProfile()