Searched refs:Iterator (Results 51 - 75 of 293) sorted by relevance

1234567891011>>

/haiku/src/kits/package/
H A DPackageInfoSet.cpp117 for (BPackageInfoSet::Iterator it(this); it.HasNext();) {
173 // #pragma mark - Iterator
176 BPackageInfoSet::Iterator::Iterator(const PackageMap* map) function in class:BPackageKit::BPackageInfoSet::Iterator
185 BPackageInfoSet::Iterator::HasNext() const
192 BPackageInfoSet::Iterator::Next()
202 PackageMap::Iterator iterator
277 BPackageInfoSet::Iterator
280 return Iterator(fPackageMap);
/haiku/headers/private/kernel/util/
H A DSinglyLinkedList.h97 class Iterator { class in class:SinglyLinkedList
99 Iterator(const List* list) function in class:SinglyLinkedList::Iterator
106 Iterator(const Iterator& other) function in class:SinglyLinkedList::Iterator
124 Iterator& operator=(const Iterator& other)
167 inline Iterator GetIterator() const { return Iterator(this); }
H A DDoublyLinkedQueue.h34 class Iterator { class in class:DoublyLinkedQueue
36 Iterator(Queue *queue) function in class:DoublyLinkedQueue::Iterator
43 Iterator(const Iterator &other) function in class:DoublyLinkedQueue::Iterator
71 Iterator &operator=(const Iterator &other)
164 inline Iterator GetIterator() { return Iterator(this); }
H A DSplayTree.h361 class Iterator { class in class:IteratableSplayTree
363 Iterator() function in class:IteratableSplayTree::Iterator
367 Iterator(const Iterator& other) function in class:IteratableSplayTree::Iterator
372 Iterator(Tree* tree) function in class:IteratableSplayTree::Iterator
379 Iterator(Tree* tree, Node* next) function in class:IteratableSplayTree::Iterator
415 Iterator &operator=(const Iterator &other)
581 Iterator GetIterator()
583 return Iterator(thi
[all...]
H A DDoublyLinkedList.h118 class Iterator { class in class:DoublyLinkedList
120 Iterator(List* list) function in class:DoublyLinkedList::Iterator
127 Iterator() function in class:DoublyLinkedList::Iterator
131 Iterator(const Iterator &other) function in class:DoublyLinkedList::Iterator
164 Iterator &operator=(const Iterator& other)
370 inline Iterator GetIterator() { return Iterator(this); }
/haiku/src/kits/debugger/model/
H A DTeamMemoryBlock.cpp47 ListenerList::Iterator iterator = fListeners.GetIterator();
98 for (ListenerList::Iterator it = fListeners.GetIterator();
H A DTargetHost.cpp132 for (ListenerList::Iterator it = fListeners.GetIterator();
142 for (ListenerList::Iterator it = fListeners.GetIterator();
152 for (ListenerList::Iterator it = fListeners.GetIterator();
H A DTeam.cpp695 for (ListenerList::Iterator it = fListeners.GetIterator();
706 for (ListenerList::Iterator it = fListeners.GetIterator();
717 for (ListenerList::Iterator it = fListeners.GetIterator();
728 for (ListenerList::Iterator it = fListeners.GetIterator();
739 for (ListenerList::Iterator it = fListeners.GetIterator();
751 for (ListenerList::Iterator it = fListeners.GetIterator();
762 for (ListenerList::Iterator it = fListeners.GetIterator();
774 for (ListenerList::Iterator it = fListeners.GetIterator();
787 for (ListenerList::Iterator it = fListeners.GetIterator();
800 for (ListenerList::Iterator i
[all...]
/haiku/src/servers/launch/
H A DLog.h66 LogItemList::Iterator
67 Iterator() function in class:Log
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp84 // #pragma mark - Iterator
106 struct NameIndex::Iterator : public GenericIndexIterator<IteratorPolicy> { struct in class:NameIndex
189 Iterator* iterator = new(std::nothrow) Iterator;
220 Iterator* iterator = new(std::nothrow) Iterator;
H A DNameIndex.h39 struct Iterator;
/haiku/src/system/kernel/vm/
H A DVMArea.cpp70 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
107 for (VMAreaUnwiredWaiterList::Iterator it = range->waiters.GetIterator();
126 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
180 for (VMAreaWiredRangeList::Iterator it = fWiredRanges.GetIterator();
233 for (VMAreasTree::Iterator it = sTree.GetIterator();
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp129 DoublyLinkedList<entry_private>::Iterator iterator
150 DoublyLinkedList<entry_private>::Iterator iterator
171 DoublyLinkedList<entry_private>::Iterator iterator
200 DoublyLinkedList<entry_private>::Iterator iterator
236 DoublyLinkedList<entry_private>::Iterator iterator
258 DoublyLinkedList<entry_private>::Iterator iterator
277 DoublyLinkedList<entry_private>::Iterator iterator
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp65 VolumeList::Iterator it = fVolumes.GetIterator();
/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.cpp53 DomainList::Iterator iterator = sDomains.GetIterator();
69 DomainList::Iterator iterator = sDomains.GetIterator();
78 RouteList::Iterator routeIterator = domain->routes.GetIterator();
92 RouteInfoList::Iterator infoIterator = domain->route_infos.GetIterator();
H A Ddevice_interfaces.cpp130 DeviceHandlerList::Iterator iterator
168 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
235 DeviceMonitorList::Iterator iterator
269 DeviceMonitorList::Iterator monitorIterator
277 DeviceHandlerList::Iterator handlerIterator
289 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
340 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
361 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
426 DeviceInterfaceList::Iterator iterator = sInterfaces.GetIterator();
508 DeviceMonitorList::Iterator iterato
[all...]
H A Dinterfaces.cpp96 InterfaceList::Iterator iterator = sInterfaces.GetIterator();
118 InterfaceList::Iterator iterator = sInterfaces.GetIterator();
136 InterfaceList::Iterator iterator = sInterfaces.GetIterator();
147 AddressTable::Iterator iterator = sAddressTable.GetIterator();
486 DatalinkTable::Iterator iterator = fDatalinkTable.GetIterator();
537 AddressList::Iterator iterator = fAddresses.GetIterator();
566 AddressList::Iterator iterator = fAddresses.GetIterator();
589 AddressList::Iterator iterator = fAddresses.GetIterator();
674 AddressList::Iterator iterator = fAddresses.GetIterator();
696 AddressList::Iterator iterato
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp78 SubWindowTable::Iterator it = fSubWindows.GetIterator();
/haiku/src/libs/icon/shape/
H A DVectorPath.h63 class Iterator { class in class:VectorPath
65 Iterator() {} function in class:VectorPath::Iterator
66 virtual ~Iterator() {}
158 void Iterate(Iterator* iterator,
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvable.cpp68 for (ResolvableDependencyList::Iterator it = fDependencies.GetIterator();
/haiku/src/kits/media/
H A DBufferCache.cpp31 BufferMap::Iterator iterator = fMap.GetIterator();
80 BufferMap::Iterator iterator = fMap.GetIterator();
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp110 DoublyLinkedList<HciConnection>::Iterator iterator
141 DoublyLinkedList<HciConnection>::Iterator iterator
170 DoublyLinkedList<HciConnection>::Iterator iterator
190 DoublyLinkedList<HciConnection>::Iterator iterator
209 DoublyLinkedList<HciConnection>::Iterator iterator
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp107 // Iterator
108 class DriverParameterContainer::Iterator class in class:DriverParameterContainer
111 Iterator(const driver_parameter* parameters, int32 count) function in class:DriverParameterContainer::Iterator
118 virtual ~Iterator()
124 return new(std::nothrow) Iterator(fParameters, fCount);
279 if (Iterator* iterator = new(std::nothrow) Iterator(parameters, count))
/haiku/src/kits/storage/
H A DDriverSettings.cpp124 class BDriverParameterContainer::Iterator class in class:BPrivate::BDriverParameterContainer
127 Iterator(const driver_parameter* parameters, int32 count) function in class:BPrivate::BDriverParameterContainer::Iterator
135 virtual ~Iterator()
141 return new(std::nothrow) Iterator(fParameters, fCount);
298 if (Iterator* iterator = new(std::nothrow) Iterator(parameters, count))
/haiku/src/servers/registrar/
H A DAppInfoList.cpp41 AppInfoList::Iterator class.
180 AppInfoList::Iterator
183 return Iterator(this, 0);

Completed in 118 milliseconds

1234567891011>>