Searched refs:GetIterator (Results 201 - 225 of 277) sorted by last modified time

1234567891011>>

/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp200 DeadBlockTable::Iterator iterator = fDeadBlocks->GetIterator();
/haiku/src/kits/debugger/model/
H A DBreakpoint.cpp62 = fUserBreakpoints.GetIterator();
H A DExpressionInfo.cpp167 for (ListenerList::Iterator it = fListeners.GetIterator();
H A DExpressionValues.cpp109 for (ValueTable::Iterator it = other.fValues->GetIterator();
H A DStackFrameValues.cpp101 for (ValueTable::Iterator it = other.fValues->GetIterator();
H A DTargetHost.cpp132 for (ListenerList::Iterator it = fListeners.GetIterator();
142 for (ListenerList::Iterator it = fListeners.GetIterator();
152 for (ListenerList::Iterator it = fListeners.GetIterator();
H A DTeamMemoryBlock.cpp47 ListenerList::Iterator iterator = fListeners.GetIterator();
98 for (ListenerList::Iterator it = fListeners.GetIterator();
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp73 = sDeviceList.GetIterator();
380 = sDeviceList.GetIterator();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp167 = fNameCache.GetIterator();
183 iterator = fDirectoryCache->fEntries.GetIterator();
281 = oldSnapshot->fEntries.GetIterator();
285 = newSnapshot->fEntries.GetIterator();
288 oldIt = oldSnapshot->fEntries.GetIterator();
318 oldIt = oldSnapshot->fEntries.GetIterator();
/haiku/headers/private/kernel/util/
H A DSplayTree.h581 Iterator GetIterator() function in class:IteratableSplayTree
586 ConstIterator GetIterator() const function in class:IteratableSplayTree
591 Iterator GetIterator(const Key& key, bool greater, bool orEqual) function in class:IteratableSplayTree
596 ConstIterator GetIterator(const Key& key, bool greater, bool orEqual) const function in class:IteratableSplayTree
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp65 //for (BNetworkCookieJar::Iterator it(j.GetIterator()); c = it.Next(); ) {
98 for (BNetworkCookieJar::Iterator it(j.GetIterator()); (c = it.Next()); )
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp121 for (ImageList::ConstIterator it = fTeam->Images().GetIterator();
162 for (ImageList::ConstIterator it = fTeam->Images().GetIterator();
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueEditor.cpp55 for (ListenerList::Iterator it = fListeners.GetIterator();
65 for (ListenerList::Iterator it = fListeners.GetIterator();
75 for (ListenerList::Iterator it = fListeners.GetIterator();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp223 for (IOCtlInfoMap::Iterator it = fIOCtlInfos->GetIterator();
247 for (IOCtlInfoMap::Iterator it = fIOCtlInfos->GetIterator();
H A DKernelDebug.cpp25 for (KDebugFSMap::Iterator it = fileSystems.GetIterator();
/haiku/src/apps/text_search/
H A DChangesIterator.cpp56 PathMap::Iterator iterator = fPathMap.GetIterator();
125 PathMap::Iterator iterator = fPathMap.GetIterator();
133 PathMap::Iterator iterator = fPathMap.GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h47 bool GetIterator(IndexIterator& iterator);
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h53 for (FamilyDependencyList::ConstIterator it = fDependencies.GetIterator();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp195 for (ServerInfoMap::Iterator it = fServerInfos->GetIterator();
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp68 for (typename List::Iterator iterator = list.GetIterator();
/haiku/src/servers/package/
H A DVolumeState.cpp95 = fPackagesByFileName.GetIterator();
H A DVolumeState.h65 return fPackagesByFileName.GetIterator();
72 return fPackagesByNodeRef.GetIterator();
H A DJobQueue.cpp110 for (JobList::Iterator it = fJobs.GetIterator(); Job* job = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h92 { return fIndices.GetIterator(); }
/haiku/src/system/kernel/fs/
H A DVnode.cpp72 for (LockWaiterList::Iterator it = bucket.waiters.GetIterator();

Completed in 79 milliseconds

1234567891011>>