Searched refs:GetIterator (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/haiku/src/servers/package/
H A DVolumeState.h65 return fPackagesByFileName.GetIterator();
72 return fPackagesByNodeRef.GetIterator();
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h58 Iterator GetIterator() const function in class:PathBlocklist
59 { return fPaths.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/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/kits/debugger/debug_info/
H A DFunction.cpp49 for (FunctionInstanceList::Iterator it = fInstances.GetIterator();
104 for (ListenerList::Iterator it = fListeners.GetIterator();
119 for (FunctionInstanceList::Iterator it = fInstances.GetIterator();
/haiku/headers/os/package/
H A DRepositoryCache.h36 Iterator GetIterator() const;
H A DPackageInfoSet.h31 Iterator GetIterator() const;
/haiku/headers/private/kernel/
H A Dlisteners.h46 SchedulerListenerList::Iterator it = gSchedulerListeners.GetIterator();
60 SchedulerListenerList::Iterator it = gSchedulerListeners.GetIterator();
94 = gWaitObjectListeners.GetIterator();
110 = gWaitObjectListeners.GetIterator();
/haiku/src/tests/system/kernel/util/
H A DDoublyLinkedListTest.cpp111 iterator = list.GetIterator();
119 iterator = list.GetIterator();
137 iterator = list.GetIterator();
154 iterator = list.GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvableFamily.cpp22 for (FamilyResolvableList::Iterator it = fResolvables.GetIterator();
55 for (FamilyResolvableList::Iterator it = fResolvables.GetIterator();
H A DResolvable.cpp68 for (ResolvableDependencyList::Iterator it = fDependencies.GetIterator();
/haiku/src/kits/debugger/model/
H A DTeamMemoryBlock.cpp47 ListenerList::Iterator iterator = fListeners.GetIterator();
98 for (ListenerList::Iterator it = fListeners.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 DTeam.cpp183 for (ThreadList::ConstIterator it = fThreads.GetIterator();
251 for (ImageList::ConstIterator it = fImages.GetIterator();
264 for (ImageList::ConstIterator it = fImages.GetIterator();
453 = breakpoint->UserBreakpoints().GetIterator();
695 for (ListenerList::Iterator it = fListeners.GetIterator();
706 for (ListenerList::Iterator it = fListeners.GetIterator();
717 for (ListenerList::Iterator it = fListeners.GetIterator();
728 for (ListenerList::Iterator it = fListeners.GetIterator();
739 for (ListenerList::Iterator it = fListeners.GetIterator();
751 for (ListenerList::Iterator it = fListeners.GetIterator();
[all...]
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp78 = sConnectionList.GetIterator();
107 = sConnectionList.GetIterator();
135 = sConnectionList.GetIterator();
154 = sConnectionList.GetIterator();
173 = sConnectionList.GetIterator();
H A DBTCoreData.cpp46 = sConnectionList.GetIterator();
61 = conn->ChannelList.GetIterator();
72 = conn->OutGoingFrames.GetIterator();
83 = conn->ExpectedResponses.GetIterator();
/haiku/src/system/kernel/vm/
H A DVMArea.cpp70 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
107 for (VMAreaUnwiredWaiterList::Iterator it = range->waiters.GetIterator();
126 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
180 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
233 for (VMAreasTree::Iterator it = sTree.GetIterator();
/haiku/headers/private/kernel/util/
H A DAVLTree.h55 inline Iterator GetIterator();
56 inline ConstIterator GetIterator() const;
58 inline Iterator GetIterator(Value* value);
59 inline ConstIterator GetIterator(Value* value) const;
303 AVLTree<Definition>::GetIterator() function in class:AVLTree
305 return Iterator(this, fTree.GetIterator());
311 AVLTree<Definition>::GetIterator() const function in class:AVLTree
313 return ConstIterator(this, fTree.GetIterator());
319 AVLTree<Definition>::GetIterator(Value* value) function in class:AVLTree
321 return Iterator(this, fTree.GetIterator(_GetAVLTreeNod
327 AVLTree<Definition>::GetIterator(Value* value) const function in class:AVLTree
[all...]
H A DAVLTreeBase.h57 inline AVLTreeIterator GetIterator() const;
58 inline AVLTreeIterator GetIterator(AVLTreeNode* node) const;
209 // GetIterator
211 AVLTreeBase::GetIterator() const function in class:AVLTreeBase
217 // GetIterator
219 AVLTreeBase::GetIterator(AVLTreeNode* node) const function in class:AVLTreeBase
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp130 = sEntryList.GetIterator();
151 = sEntryList.GetIterator();
172 = sEntryList.GetIterator();
201 = sEntryList.GetIterator();
237 = sEntryList.GetIterator();
259 = sEntryList.GetIterator();
278 = sEntryList.GetIterator();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp65 VolumeList::Iterator it = fVolumes.GetIterator();
/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.cpp53 DomainList::Iterator iterator = sDomains.GetIterator();
69 DomainList::Iterator iterator = sDomains.GetIterator();
78 RouteList::Iterator routeIterator = domain->routes.GetIterator();
92 RouteInfoList::Iterator infoIterator = domain->route_infos.GetIterator();
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp78 SubWindowTable::Iterator it = fSubWindows.GetIterator();
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp37 for (ThreadList::ConstIterator it = team->Threads().GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp51 Index::GetIterator(IndexIterator& iterator) function in class:Index
77 if (GetIterator(it)) {

Completed in 477 milliseconds

1234567891011>>