Searched refs:Iterator (Results 101 - 125 of 293) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp167 for (ListenerList::Iterator it = fListeners.GetIterator();
H A DStackFrameValues.cpp101 for (ValueTable::Iterator it = other.fValues->GetIterator();
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp31 typedef block_list::Iterator block_iterator;
32 typedef chunk_list::Iterator chunk_iterator;
211 chunk_list::Iterator iterator = fChunks.GetIterator();
220 block_list::Iterator blockIterator = fFreeBlocks.GetIterator();
/haiku/src/kits/debugger/dwarf/
H A DDwarfManager.cpp93 for (FileList::Iterator it = fFiles.GetIterator();
/haiku/src/system/boot/loader/net/
H A DIP.cpp215 struct Iterator { struct
216 Iterator(ChainBuffer *buffer) function in struct:Iterator
258 Iterator it(buffer);
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp153 BRepositoryCache::Iterator it = cache.GetIterator();
178 BRepositoryCache::Iterator it = cache.GetIterator();
295 BRepositoryCache::Iterator it = packageInfos.GetIterator();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp166 SinglyLinkedList<NameCacheEntry>::Iterator iterator
280 SinglyLinkedList<NameCacheEntry>::Iterator oldIt
284 SinglyLinkedList<NameCacheEntry>::Iterator newIt
/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/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/system/kernel/debug/
H A Dcore_dump.cpp952 for (ThreadStateList::Iterator it = fThreadStates.GetIterator();
1065 for (AreaInfoList::Iterator it = fAreaInfos.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();
1415 for (ImageInfoList::Iterator i
[all...]
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();
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp170 for (MemoryTypeRangeList::Iterator it = sMemoryTypeRanges.GetIterator();
186 MemoryTypeRangeList::Iterator it = ranges.GetIterator();
198 MemoryTypeRangeList::Iterator nextIt = it;
321 for (MemoryTypeRangeList::Iterator it = sMemoryTypeRanges.GetIterator();
372 for (PointList::Iterator it = pendingPoints.GetIterator();
394 for (PointList::Iterator it = pendingPoints.GetIterator();
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp725 Iterator::Iterator(Element &start, group_destination destination) function in class:Iterator
732 Iterator::SetTo(Element &start, group_destination destination)
742 Iterator::Rewind()
750 Iterator::HasNext() const
757 Iterator::Next()
/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();
249 for (NodeStatChangedEventMap::Iterator it
257 for (NodeAttributeChangedEventMap::Iterator it
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 i
[all...]
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h73 class Iterator;
/haiku/src/system/runtime_loader/
H A Dadd_ons.cpp134 AddOnList::Iterator it = sAddOns.GetIterator();
/haiku/headers/private/storage/
H A DDriverSettings.h86 class Iterator;
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp131 for (StringDataHash::Iterator it = sStrings->GetIterator(); it.HasNext();) {
/haiku/src/kits/package/
H A DRepositoryCache.cpp185 BRepositoryCache::Iterator
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp68 for (typename List::Iterator iterator = list.GetIterator();
H A DDoublyLinkedListTest.cpp110 DoublyLinkedListMemberGetLink<Item> >::Iterator
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp25 for (KDebugFSMap::Iterator it = fileSystems.GetIterator();
/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/system/kernel/device_manager/
H A Did_generator.cpp130 GeneratorList::Iterator iterator = sGenerators.GetIterator();
/haiku/src/servers/app/font/
H A DFontCache.cpp125 FontMap::Iterator iterator = fFontCacheEntries.GetIterator();

Completed in 118 milliseconds

1234567891011>>