Searched refs:GetIterator (Results 1 - 25 of 276) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp127 auto iter = fChannelEndpoints.GetIterator();
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp111 = sConnectionList.GetIterator();
142 = sConnectionList.GetIterator();
171 = sConnectionList.GetIterator();
191 = sConnectionList.GetIterator();
210 = sConnectionList.GetIterator();
/haiku/headers/private/kernel/util/
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/system/kernel/device_manager/
H A Ddevice_manager.cpp227 = node->Attributes().GetIterator();
459 NodeList::ConstIterator iterator = node->Children().GetIterator();
487 = last->Parent()->Children().GetIterator();
518 AttributeList::Iterator iterator = node->Attributes().GetIterator();
677 NodeList::ConstIterator iterator = parent->Children().GetIterator();
934 NodeList::ConstIterator iterator = parent->Children().GetIterator();
1477 NodeList::Iterator iterator = fChildren.GetIterator();
1575 AttributeList::Iterator iterator = fAttributes.GetIterator();
1963 NodeList::Iterator iterator = fChildren.GetIterator();
1975 NodeList::Iterator iterator = fChildren.GetIterator();
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1585 LockList::Iterator iterator = locking->locks.GetIterator();
1623 LockList::Iterator iterator = locking->locks.GetIterator();
1752 LockList::Iterator iterator = locking->locks.GetIterator();
2991 LockList::Iterator iterator = locking->locks.GetIterator();
7729 VnodeList::Iterator iterator = mount->vnodes.GetIterator();
7789 VnodeList::Iterator iterator = mount->vnodes.GetIterator();
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp369 SocketList::Iterator iterator = socket->pending_children.GetIterator();
375 iterator = socket->connected_children.GetIterator();
389 SocketList::Iterator iterator = sSocketList.GetIterator();
394 = socket->pending_children.GetIterator();
399 childIterator = socket->connected_children.GetIterator();
561 SocketList::Iterator iterator = sSocketList.GetIterator();
H A Dstack.cpp200 ChainList::Iterator iterator = chains.GetIterator();
H A Ddevice_interfaces.cpp131 = interface->receive_funcs.GetIterator();
168 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
236 = interface->monitor_funcs.GetIterator();
270 = interface->monitor_funcs.GetIterator();
278 = interface->receive_funcs.GetIterator();
289 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
340 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
361 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
426 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
509 = interface->monitor_funcs.GetIterator();
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp593 ConnectionTable::Iterator iterator = fConnectionHash.GetIterator();
/haiku/src/system/kernel/vm/
H A Dvm.cpp936 = secondArea->cache->pages.GetIterator();
2120 = cache->pages.GetIterator(firstPage, true, true);
2465 for (VMCachePagesTree::Iterator it = cache->pages.GetIterator();
2632 for (VMCachePagesTree::Iterator it = lowerCache->pages.GetIterator();
2685 for (VMCachePagesTree::Iterator it = lowerCache->pages.GetIterator();
3027 for (VMCachePagesTree::Iterator it = cache->pages.GetIterator();
3075 vm_page_mappings::Iterator iterator = page->mappings.GetIterator();
3105 vm_page_mappings::Iterator iterator = page->mappings.GetIterator();
3141 vm_page_mappings::Iterator iterator = page->mappings.GetIterator();
3387 for (VMCache::ConsumerList::Iterator it = cache->consumers.GetIterator();
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp798 RawSocketList::Iterator iterator = sRawSockets.GetIterator();
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp503 MulticastState::Iterator groupIterator = sMulticastState->GetIterator();
518 = state->Sources().GetIterator();
769 RawSocketList::Iterator iterator = sRawSockets.GetIterator();
/haiku/src/system/kernel/
H A Dcondition_variable.cpp466 for (EntryList::ConstIterator it = fEntries.GetIterator();
H A Dsem.cpp186 ThreadQueue::Iterator it = sem->queue.GetIterator();
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp285 for (RequestList::Iterator it = fRequests.GetIterator(); it.HasNext();) {
297 for (RequestList::Iterator it = fRequests.GetIterator(); it.HasNext();) {
308 RequestList::Iterator it = fRequests.GetIterator();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp838 FUSENodeTable::Iterator it = fNodes.GetIterator();
/haiku/src/system/kernel/events/
H A Devent_queue.cpp170 EventTree::Iterator iter = fEventTree.GetIterator();
185 EventList::Iterator listIter = fEventList.GetIterator();
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp120 = sCheckList.GetIterator();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp653 = fIterators.GetIterator();
857 = fIterators.GetIterator();
H A DBPlusTree.cpp629 = fIterators.GetIterator();
987 = fIterators.GetIterator();
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp661 for (TypeUnitTable::Iterator it = fTypeUnits.GetIterator();
3078 = fAbbreviationTables.GetIterator();
H A DDwarfManager.cpp93 for (FileList::Iterator it = fFiles.GetIterator();
/haiku/headers/private/net/
H A DProtocolUtilities.h341 BufferList::Iterator it = fBuffers.GetIterator();
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp501 = memberOwnerEntry->DataMembers().GetIterator();
540 = classTypeEntry->BaseTypes().GetIterator();
573 .GetIterator();
929 = dimensionOwnerEntry->Dimensions().GetIterator();
985 = enumeratorOwnerEntry->Enumerators().GetIterator();
1201 = parameterOwnerEntry->Parameters().GetIterator();
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...]

Completed in 216 milliseconds

1234567891011>>