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

/haiku/src/apps/text_search/
H A DChangesIterator.cpp29 fPathMap(),
48 return fPathMap.InitCheck() == B_OK;
56 PathMap::Iterator iterator = fPathMap.GetIterator();
89 if (fPathMap.ContainsKey(key))
94 fPathMap.Put(key, ENTRY_ADDED);
102 if (fPathMap.ContainsKey(key)) {
104 fPathMap.Remove(key);
113 if (fPathMap.ContainsKey(key) && fPathMap.Get(key) == ENTRY_ADDED)
118 fPathMap
[all...]
H A DChangesIterator.h42 PathMap fPathMap; member in class:ChangesIterator
/haiku/src/servers/media/
H A DNodeManager.cpp776 fPathMap.insert(std::make_pair(id, ref));
792 fPathMap.erase(addOnID);
801 PathMap::iterator found = fPathMap.find(addOnID);
802 if (found == fPathMap.end())
1240 for (PathMap::iterator iterator = fPathMap.begin();
1241 iterator != fPathMap.end(); iterator++) {
H A DNodeManager.h170 PathMap fPathMap; member in class:NodeManager

Completed in 81 milliseconds