Searched refs:GetIterator (Results 126 - 150 of 277) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp152 typename States::Iterator iterator = fStates.GetIterator();
/haiku/src/apps/webpositive/
H A DCredentialsStorage.cpp224 CredentialMap::Iterator iterator = fCredentialMap.GetIterator();
H A DCookieWindow.cpp225 BPrivate::Network::BNetworkCookieJar::Iterator it = fCookieJar.GetIterator();
357 = fCookieJar.GetIterator();
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp119 for (BRepositoryCache::Iterator it = repositoryCache.GetIterator();
/haiku/headers/private/kernel/boot/
H A Dmenu.h112 MenuItemIterator ItemIterator() { return fItems.GetIterator(); }
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp200 DeadBlockTable::Iterator iterator = fDeadBlocks->GetIterator();
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp109 for (ValueTable::Iterator it = other.fValues->GetIterator();
H A DStackFrame.cpp203 for (ListenerList::Iterator it = fListeners.GetIterator();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp223 InodeList::Iterator iterator = fVolume->RemovedInodes().GetIterator();
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp163 typename States::Iterator iterator = fStates.GetIterator();
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp123 NodeIterator iterator = list->GetIterator();
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp160 NodeIterator iterator = list->GetIterator();
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp133 IPPPrinterMap::Iterator iterator = fPrinters.GetIterator();
/haiku/headers/private/netservices/
H A DHttpForm.h147 Iterator GetIterator();
H A DNetworkCookieJar.h81 Iterator GetIterator() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingDirectory.cpp135 PackageDirectoryList::Iterator it = fPackageDirectories.GetIterator();
/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();
309 = fActiveRequestOwners.GetIterator();
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp119 for (AuthenticationMap::Iterator it = fAuthentications.GetIterator();
281 for (ServerEntryMap::Iterator it = fServerEntries->GetIterator();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp360 for (SLList<Attribute>::Iterator it = fAttributes.GetIterator();
391 for (SLList<Attribute>::ConstIterator it = fAttributes.GetIterator();
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp73 = sDeviceList.GetIterator();
380 = sDeviceList.GetIterator();
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h397 Iterator GetIterator() const function in class:BOpenHashTable
402 Iterator GetIterator(typename TypeOperation<KeyType>::ConstRefT key) const function in class:BOpenHashTable
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp66 = fs->OpenFilesLock().GetIterator();
410 DoublyLinkedList<Delegation>::Iterator iterator = list.GetIterator();
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp102 = children.GetIterator(); Attribute* child = it.Next();) {
125 = children.GetIterator(); Attribute* child = it.Next();) {
141 = children.GetIterator(); Attribute* child = it.Next();) {
335 EntryList::ConstIterator it = fChildren.GetIterator();
346 return fChildren.GetIterator();
414 = attribute->children.GetIterator();
1243 = attribute->children.GetIterator();
1358 = attribute->children.GetIterator();
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp297 HandlerList::Iterator iterator = sLowResourceHandlers.GetIterator();
445 HandlerList::Iterator iterator = sLowResourceHandlers.GetIterator();
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h397 Iterator GetIterator() const function in class:BOpenHashTable
402 Iterator GetIterator(typename TypeOperation<KeyType>::ConstRefT key) const function in class:BOpenHashTable

Completed in 147 milliseconds

1234567891011>>