Searched refs:PathMap (Results 1 – 5 of 5) sorted by relevance
56 PathMap::Iterator iterator = fPathMap.GetIterator(); in GetNextName()64 const PathMap::Entry& entry = iterator.Next(); in GetNextName()125 PathMap::Iterator iterator = fPathMap.GetIterator(); in IsEmpty()133 PathMap::Iterator iterator = fPathMap.GetIterator(); in PrintToStream()135 const PathMap::Entry& entry = iterator.Next(); in PrintToStream()
35 typedef HashMap<HashString, uint32> PathMap; typedef42 PathMap fPathMap;
164 typedef std::map<media_addon_id, entry_ref> PathMap; typedef170 PathMap fPathMap;
801 PathMap::iterator found = fPathMap.find(addOnID); in GetAddOnRef()1240 for (PathMap::iterator iterator = fPathMap.begin(); in Dump()
373 typedef std::map<BString, BPath> PathMap; in _ScanAddOns() typedef374 PathMap addOnMap; in _ScanAddOns()389 for (PathMap::const_iterator addOnIterator = addOnMap.begin(); in _ScanAddOns()