Searched refs:PathMap (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/text_search/
H A DChangesIterator.h35 typedef HashMap<HashString, uint32> PathMap; typedef in class:ChangesIterator
42 PathMap fPathMap;
H A DChangesIterator.cpp56 PathMap::Iterator iterator = fPathMap.GetIterator();
64 const PathMap::Entry& entry = iterator.Next();
125 PathMap::Iterator iterator = fPathMap.GetIterator();
133 PathMap::Iterator iterator = fPathMap.GetIterator();
135 const PathMap::Entry& entry = iterator.Next();
/haiku-fatelf/src/servers/media/
H A DNodeManager.h158 typedef std::map<media_addon_id, entry_ref> PathMap; typedef in class:NodeManager
164 PathMap fPathMap;
H A DNodeManager.cpp761 PathMap::iterator found = fPathMap.find(addOnID);
1163 for (PathMap::iterator iterator = fPathMap.begin();

Completed in 71 milliseconds