Searched refs:GetIterator (Results 101 - 125 of 277) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp125 NodeIterator iterator = list->GetIterator();
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp45 = fAuthenticationMap->GetIterator();
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp70 TTYCookieList::Iterator it = tty.cookies.GetIterator();
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp127 auto iter = fChannelEndpoints.GetIterator();
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp107 RouteList::Iterator iterator = domain->routes.GetIterator();
147 RouteList::Iterator iterator = domain->routes.GetIterator();
216 RouteList::Iterator iterator = domain->routes.GetIterator();
248 RouteInfoList::Iterator iterator = domain->route_infos.GetIterator();
299 RouteList::Iterator iterator = domain->routes.GetIterator();
325 RouteList::Iterator iterator = domain->routes.GetIterator();
496 RouteList::Iterator iterator = domain->routes.GetIterator();
592 RouteList::Iterator iterator = domain->routes.GetIterator();
612 RouteList::Iterator iterator = domain->routes.GetIterator();
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp182 PrinterMap::Iterator iterator = fPrinters.GetIterator();
198 PrinterMap::Iterator iterator = fPrinters.GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp219 for (IteratorList::Iterator it = iterators.GetIterator();
234 for (IteratorList::Iterator it = iterators.GetIterator();
H A DSizeIndex.cpp217 for (IteratorList::Iterator it = iterators.GetIterator();
232 for (IteratorList::Iterator it = iterators.GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp115 for (PackageList::Iterator it = fPackages.GetIterator();
210 = package->Dependencies().GetIterator();
/haiku/src/system/kernel/vm/
H A DVMTranslationMap.cpp177 vm_page_mappings::Iterator iterator = page->mappings.GetIterator();
235 vm_page_mappings::Iterator iterator = page->mappings.GetIterator();
H A DVMUserAddressSpace.cpp360 for (VMUserAreaTree::Iterator it = fAreas.GetIterator(area);
380 for (VMUserAreaTree::Iterator it = fAreas.GetIterator();
398 for (VMUserAreaTree::ConstIterator it = fAreas.GetIterator();
584 VMUserAreaTree::Iterator it = fAreas.GetIterator(
672 it = fAreas.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();
/haiku/src/servers/media/
H A DBufferManager.cpp152 BufferInfoMap::Iterator iterator = fBufferInfoMap.GetIterator();
176 BufferInfoMap::Iterator iterator = fBufferInfoMap.GetIterator();
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp113 DaemonList::Iterator iterator = fDaemons.GetIterator();
142 DaemonList::Iterator iterator = fDaemons.GetIterator();
/haiku/headers/private/kernel/vm/
H A DVMArea.h225 static VMAreasTree::Iterator GetIterator() function in struct:VMAreas
226 { return sTree.GetIterator(); }
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h164 inline Iterator GetIterator() { return Iterator(this); } function in class:DoublyLinkedQueue
165 inline ConstIterator GetIterator() const { return ConstIterator(this); } function in class:DoublyLinkedQueue
H A DVectorMap.h241 inline EntryIterator &GetIterator() function in class:VectorMapIterator
246 inline const EntryIterator &GetIterator() const function in class:VectorMapIterator
393 return Iterator(this, fElements.Erase(iterator.GetIterator()));
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp66 fInitialized = fIndex->GetIterator(&fIterator);
81 fIndex->GetIterator(&fIterator);
/haiku/src/servers/app/font/
H A DFontManager.cpp370 HashMap<FontKey, FontStyle*>::Iterator delisted = fDelistedStyleHashTable.GetIterator();
375 HashMap<FontKey, BReference<FontStyle> >::Iterator referenced = fStyleHashTable.GetIterator();
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp170 for (MemoryTypeRangeList::Iterator it = sMemoryTypeRanges.GetIterator();
186 MemoryTypeRangeList::Iterator it = ranges.GetIterator();
321 for (MemoryTypeRangeList::Iterator it = sMemoryTypeRanges.GetIterator();
372 for (PointList::Iterator it = pendingPoints.GetIterator();
394 for (PointList::Iterator it = pendingPoints.GetIterator();
/haiku/src/kits/debug/
H A DSymbolLookup.cpp149 for (AreaList::ConstIterator it = fAreas.GetIterator(); it.HasNext();) {
166 for (AreaList::ConstIterator it = fAreas.GetIterator(); it.HasNext();) {
182 for (AreaList::ConstIterator it = fAreas.GetIterator(); it.HasNext();) {
471 DoublyLinkedList<Image>::ConstIterator it = fImages.GetIterator();
486 DoublyLinkedList<Image>::ConstIterator it = fImages.GetIterator();
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp432 = unitEntry->OtherChildren().GetIterator();
713 = subprogramEntry->Parameters().GetIterator();
1106 = variableEntries.list.GetIterator();
1129 for (DebugInfoEntryList::ConstIterator it = blockEntries.list.GetIterator();
1337 = nsEntry->Children().GetIterator();
1359 = classEntry->MemberFunctions().GetIterator();
1454 = unit->UnitEntry()->Types().GetIterator();
1462 = unit->UnitEntry()->OtherChildren().GetIterator();
1514 = classType->InnerTypes().GetIterator();
1530 = nsEntry->Children().GetIterator();
[all...]
/haiku/src/system/kernel/slab/
H A DSlab.cpp265 ObjectCacheList::Iterator it = sObjectCaches.GetIterator();
310 SlabList::Iterator iterator = cache->empty.GetIterator();
316 iterator = cache->partial.GetIterator();
322 iterator = cache->full.GetIterator();
562 for (SlabList::ConstIterator it = slabList.GetIterator();
689 for (ObjectCacheList::Iterator it = sObjectCaches.GetIterator();
767 for (ObjectCacheList::Iterator it = sObjectCaches.GetIterator();
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp339 = fTeam->UserBreakpoints().GetIterator();
383 = fTeam->UserBreakpoints().GetIterator();
398 = function->Instances().GetIterator();
/haiku/headers/private/locale/
H A DHashMapCatalog.h143 fPos(catalog->fCatMap.GetIterator())

Completed in 405 milliseconds

1234567891011>>