Searched refs:ConstIterator (Results 26 - 50 of 71) sorted by relevance

123

/haiku/src/system/kernel/
H A DUserTimer.cpp1144 for (TimerList::ConstIterator it = fTimers.GetIterator();
1378 for (ThreadTimeUserTimerList::ConstIterator it
1397 for (TeamTimeUserTimerList::ConstIterator it
1552 for (ThreadTimeUserTimerList::ConstIterator it
1560 for (TeamTimeUserTimerList::ConstIterator it
1574 for (TeamTimeUserTimerList::ConstIterator it
1582 for (ThreadTimeUserTimerList::ConstIterator it
1593 for (TeamUserTimeUserTimerList::ConstIterator it
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h106 typename AddressList::ConstIterator fBaseIterator;
114 typename AddressList::ConstIterator it = fAddresses.GetIterator();
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h109 typename AddressList::ConstIterator fBaseIterator;
117 typename AddressList::ConstIterator it = fAddresses.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.cpp431 for (DebugInfoEntryList::ConstIterator it
712 for (DebugInfoEntryList::ConstIterator it
1105 for (DebugInfoEntryList::ConstIterator it
1129 for (DebugInfoEntryList::ConstIterator it = blockEntries.list.GetIterator();
1336 for (DebugInfoEntryList::ConstIterator it
1358 for (DebugInfoEntryList::ConstIterator it
1453 for (DebugInfoEntryList::ConstIterator it
1461 for (DebugInfoEntryList::ConstIterator it
1513 for (DebugInfoEntryList::ConstIterator it
1529 for (DebugInfoEntryList::ConstIterator i
[all...]
H A DDwarfTypeFactory.cpp500 for (DebugInfoEntryList::ConstIterator it
539 for (DebugInfoEntryList::ConstIterator it
571 for (DebugInfoEntryList::ConstIterator it
928 for (DebugInfoEntryList::ConstIterator it
984 for (DebugInfoEntryList::ConstIterator it
1200 for (DebugInfoEntryList::ConstIterator it
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp101 for (DoublyLinkedList<Attribute>::ConstIterator it
124 for (DoublyLinkedList<Attribute>::ConstIterator it
140 for (DoublyLinkedList<Attribute>::ConstIterator it
335 EntryList::ConstIterator it = fChildren.GetIterator();
344 EntryList::ConstIterator ChildIterator() const
714 for (EntryList::ConstIterator it = fRootEntry->ChildIterator();
1036 for (EntryList::ConstIterator it = fRootEntry->ChildIterator();
1132 for (EntryList::ConstIterator it = entry->ChildIterator();
1566 for (EntryList::ConstIterator it = entry->ChildIterator();
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp338 for (UserBreakpointList::ConstIterator it
382 for (UserBreakpointList::ConstIterator it
397 for (FunctionInstanceList::ConstIterator it
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp45 for (IORequestList::ConstIterator it = requests.GetIterator();
52 for (IORequestList::ConstIterator it = completed_requests.GetIterator();
59 for (IOOperationList::ConstIterator it = operations.GetIterator();
308 for (RequestOwnerList::ConstIterator it
H A Ddevice_manager.cpp226 AttributeList::ConstIterator iterator
459 NodeList::ConstIterator iterator = node->Children().GetIterator();
486 NodeList::ConstIterator iterator
677 NodeList::ConstIterator iterator = parent->Children().GetIterator();
934 NodeList::ConstIterator iterator = parent->Children().GetIterator();
2188 NodeList::ConstIterator iterator = Children().GetIterator();
2196 DeviceList::ConstIterator deviceIterator = Devices().GetIterator();
2278 AttributeList::ConstIterator iterator = Attributes().GetIterator();
2308 NodeList::ConstIterator iterator = Children().GetIterator();
2328 NodeList::ConstIterator iterato
[all...]
/haiku/headers/private/kernel/
H A Dthread_types.h397 TeamTimeUserTimerList::ConstIterator
400 inline TeamUserTimeUserTimerList::ConstIterator
629 ThreadTimeUserTimerList::ConstIterator
751 inline TeamUserTimeUserTimerList::ConstIterator
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp492 SegmentList::ConstIterator iterator = fList.GetIterator();
520 SegmentList::ConstIterator iterator = fList.GetIterator();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp325 for (SLList<Attribute>::ConstIterator it = fAttributes.GetIterator();
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp209 for (DependencyList::ConstIterator it
/haiku/src/kits/debugger/model/
H A DTeam.cpp183 for (ThreadList::ConstIterator it = fThreads.GetIterator();
251 for (ImageList::ConstIterator it = fImages.GetIterator();
264 for (ImageList::ConstIterator it = fImages.GetIterator();
452 for (UserBreakpointInstanceList::ConstIterator it
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp62 for (UserBreakpointList::ConstIterator it
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h25 typedef PageList::ConstIterator Iterator;
H A DVMKernelAddressSpace.cpp487 for (RangeList::ConstIterator it = fRangeList.GetIterator();
876 RangeList::ConstIterator listIt = fRangeList.GetIterator();
877 RangeTree::ConstIterator treeIt = fRangeTree.GetIterator();
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.cpp142 DebugInfoEntryList::ConstIterator iterator
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp60 ImageList::ConstIterator it = fTeam->Images().GetIterator();
H A DThreadListView.cpp61 ThreadList::ConstIterator it = fTeam->Threads().GetIterator();
H A DBreakpointListView.cpp131 UserBreakpointList::ConstIterator it
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp62 ThreadRunQueue::ConstIterator iterator = GetConstIterator();
688 ThreadRunQueue::ConstIterator iterator = cpu->fRunQueue.GetConstIterator();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp362 for (NodeInfoList::ConstIterator it = fNodeInfos.GetIterator();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp391 for (SLList<Attribute>::ConstIterator it = fAttributes.GetIterator();

Completed in 234 milliseconds

123