Searched refs:ProfilesMap (Results 1 – 2 of 2) sorted by relevance
94 typedef HashMap<unsigned int, RefPtr<ScriptProfile> > ProfilesMap; typedef114 ProfilesMap m_profiles;
186 ProfilesMap::iterator profilesEnd = m_profiles.end(); in getProfileHeaders()187 for (ProfilesMap::iterator it = m_profiles.begin(); it != profilesEnd; ++it) in getProfileHeaders()212 ProfilesMap::iterator it = m_profiles.find(uid); in getProfile()