Searched refs:GetIterator (Results 76 - 100 of 277) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp48 for (ListenerList::Iterator it = fListeners.GetIterator();
306 for (ListenerList::Iterator it = fListeners.GetIterator();
316 for (ListenerList::Iterator it = fListeners.GetIterator();
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp280 return sAddressSpaceTable.GetIterator().Next();
291 = sAddressSpaceTable.GetIterator(addressSpace->ID());
357 AddressSpaceTable::Iterator it = sAddressSpaceTable.GetIterator();
H A DVMCache.cpp926 for (VMCachePagesTree::Iterator it = pages.GetIterator();
1191 while (_FreePageRange(pages.GetIterator(newPageCount, true, true)))
1226 while (_FreePageRange(pages.GetIterator(), &basePage))
1245 VMCachePagesTree::Iterator it = source->pages.GetIterator(startPage, true,
1263 while (_FreePageRange(pages.GetIterator(startPage, true, true), &endPage))
1283 for (VMCachePagesTree::Iterator it = pages.GetIterator();
1290 it = pages.GetIterator();
1394 for (VMCachePagesTree::Iterator it = source->pages.GetIterator();
1473 for (ConsumerList::ConstIterator it = consumers.GetIterator();
1480 for (VMCachePagesTree::ConstIterator it = pages.GetIterator();
[all...]
/haiku/src/bin/debug/profile/
H A DTeam.cpp209 ThreadList::Iterator it = fThreads.GetIterator();
237 ThreadList::Iterator it = fThreads.GetIterator();
279 ThreadList::Iterator it = fThreads.GetIterator();
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h100 : fBaseIterator(addresses.GetIterator()) {}
109 Iterator GetIterator() const { return Iterator(fAddresses); } function in class:AddressSet
114 typename AddressList::ConstIterator it = fAddresses.GetIterator();
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h103 : fBaseIterator(addresses.GetIterator()) {}
112 Iterator GetIterator() const { return Iterator(fAddresses); } function in class:AddressSet
117 typename AddressList::ConstIterator it = fAddresses.GetIterator();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h259 inline void GetIterator(Iterator *iterator);
390 iterator->_SetTo(fTreeMap.GetIterator(node));
422 iterator->_SetTo(fTreeMap.GetIterator(node));
447 // GetIterator
450 TWO_KEY_AVL_TREE_CLASS_NAME::GetIterator(Iterator *iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME
452 TreeMapIterator it = fTreeMap.GetIterator();
/haiku/headers/private/shared/
H A DHashMap.h115 fIterator(map->fTable.GetIterator()),
146 Iterator GetIterator() const;
228 Iterator GetIterator() function in class:BPrivate::SynchronizedHashMap
230 return fMap.GetIterator();
491 // GetIterator
494 HashMap<Key, Value>::GetIterator() const function in class:BPrivate::HashMap
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp243 SegmentList::Iterator iterator = fList.GetIterator();
304 SegmentList::Iterator iterator = fList.GetIterator();
374 SegmentList::Iterator iterator = fList.GetIterator();
492 SegmentList::ConstIterator iterator = fList.GetIterator();
520 SegmentList::ConstIterator iterator = fList.GetIterator();
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp54 BreakpointTree::Iterator it = fBreakpoints.GetIterator();
226 BreakpointTree::Iterator it = fBreakpoints.GetIterator();
298 BreakpointTree::Iterator it = fBreakpoints.GetIterator(startAddress, true,
347 BreakpointTree::Iterator it = fBreakpoints.GetIterator(startAddress, true,
460 for (BreakpointList::Iterator it = fHardwareBreakpoints.GetIterator();
470 for (BreakpointList::Iterator it = fHardwareBreakpoints.GetIterator();
588 for (InstalledWatchpointList::ConstIterator it = fWatchpoints.GetIterator();
H A Dcore_dump.cpp952 for (ThreadStateList::Iterator it = fThreadStates.GetIterator();
1065 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1087 for (ImageInfoList::ConstIterator it = fImageInfos.GetIterator();
1178 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1208 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1295 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1307 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1345 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1359 for (AreaInfoList::Iterator it = fAreaInfos.GetIterator();
1393 for (ImageInfoList::Iterator it = fImageInfos.GetIterator();
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp172 return index->fNodes->GetIterator().Next();
345 for (IteratorList::Iterator it = iterators.GetIterator();
362 for (IteratorList::Iterator it = iterators.GetIterator();
/haiku/src/system/boot/loader/
H A Dpartitions.cpp131 NodeIterator iterator = gPartitions.GetIterator();
151 NodeIterator iterator = list->GetIterator();
397 NodeIterator iterator = fChildren.GetIterator();
H A DPathBlocklist.cpp173 for (PathList::Iterator it = fPaths.GetIterator(); it.HasNext();) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp228 for (EntryCreatedEventMap::Iterator it = fEntryCreatedEvents->GetIterator();
235 for (EntryRemovedEventMap::Iterator it = fEntryRemovedEvents->GetIterator();
242 for (EntryMovedEventMap::Iterator it = fEntryMovedEvents->GetIterator();
250 = fNodeStatChangedEvents->GetIterator();
258 = fNodeAttributeChangedEvents->GetIterator();
267 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
821 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
1095 for (ClientVolumeMap::Iterator it = fClientVolumes->GetIterator();
1179 for (ClientVolumeMap::Iterator it = fClientVolumes->GetIterator();
1278 for (ClientVolumeMap::Iterator it = fClientVolumes->GetIterator();
[all...]
/haiku/src/system/runtime_loader/
H A Dadd_ons.cpp134 AddOnList::Iterator it = sAddOns.GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp131 for (StringDataHash::Iterator it = sStrings->GetIterator(); it.HasNext();) {
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp68 for (typename List::Iterator iterator = list.GetIterator();
H A DBOpenHashTableTest.cpp177 BOpenHashTable<EntryDefinition>::Iterator iterator = table.GetIterator();
210 BOpenHashTable<EntryDefinition>::Iterator iterator = table.GetIterator();
361 CPPUNIT_ASSERT_EQUAL(table.GetIterator().HasNext(), false);
387 CPPUNIT_ASSERT_EQUAL(table.GetIterator().HasNext(), false);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp25 for (KDebugFSMap::Iterator it = fileSystems.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/kits/debugger/model/
H A DStackFrameValues.cpp101 for (ValueTable::Iterator it = other.fValues->GetIterator();
/haiku/src/system/kernel/
H A DTeamThreadTables.h101 Iterator GetIterator() const function in struct:BKernel::TeamThreadTable
/haiku/src/system/kernel/device_manager/
H A Did_generator.cpp130 GeneratorList::Iterator iterator = sGenerators.GetIterator();

Completed in 236 milliseconds

1234567891011>>