Searched refs:Iterator (Results 1 - 25 of 293) sorted by path

1234567891011>>

/haiku/headers/cpp/
H A Dstl_algo.h492 template <class Iterator, class _OutputIter, class _Predicate, class _Tp>
493 _OutputIter replace_copy_if(Iterator __first, Iterator __last,
/haiku/headers/os/package/
H A DPackageInfoSet.h20 class Iterator;
31 Iterator GetIterator() const;
43 friend class Iterator;
50 class BPackageInfoSet::Iterator { class in class:BPackageKit::BPackageInfoSet
52 Iterator(const PackageMap* map = NULL);
H A DRepositoryCache.h21 typedef BPackageInfoSet::Iterator Iterator; typedef in class:BPackageKit::BRepositoryCache
36 Iterator GetIterator() const;
/haiku/headers/os/package/solver/
H A DSolverRepository.h30 typedef BPackageInfoSet::Iterator Iterator; typedef in class:BPackageKit::BSolverRepository
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h100 class Iterator { class in class:FSShell::SinglyLinkedList
102 Iterator(const List* list) function in class:FSShell::SinglyLinkedList::Iterator
109 Iterator(const Iterator& other) function in class:FSShell::SinglyLinkedList::Iterator
127 Iterator& operator=(const Iterator& other)
166 inline Iterator GetIterator() const { return Iterator(this); }
/haiku/headers/private/kernel/boot/
H A Dmenu.h87 typedef MenuItemList::Iterator MenuItemIterator;
/haiku/headers/private/kernel/
H A Dlisteners.h46 SchedulerListenerList::Iterator it = gSchedulerListeners.GetIterator();
60 SchedulerListenerList::Iterator it = gSchedulerListeners.GetIterator();
93 WaitObjectListenerList::Iterator it
109 WaitObjectListenerList::Iterator it
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h54 class Iterator;
71 inline Iterator GetIterator();
74 inline Iterator GetIterator(Node* node);
77 Iterator Find(const Key& key);
78 Iterator FindClose(const Key& key, bool less);
81 Iterator* iterator);
109 friend class Iterator;
116 // Iterator
118 class Iterator : public ConstIterator { class in class:AVLTreeMap
120 inline Iterator() function in class:AVLTreeMap::Iterator
125 inline Iterator(const Iterator& other) function in class:AVLTreeMap::Iterator
141 inline Iterator(_AVL_TREE_MAP_CLASS_NAME* parent, function in class:AVLTreeMap::Iterator
[all...]
H A DMultiHashTable.h30 typedef typename HashTable::Iterator Iterator; typedef in class:MultiHashTable
72 Iterator GetIterator() const { return HashTable::GetIterator(); }
74 class ValueIterator : protected Iterator {
79 Iterator::fTable = table;
85 if (Iterator::fNext == NULL)
87 if (Iterator::fNext == fOriginalValue)
89 return ((const MultiTable *)Iterator::fTable)->_Definition().CompareValues(
90 fOriginalValue, Iterator::fNext);
95 Iterator
[all...]
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 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...]
/haiku/headers/private/locale/
H A DHashMapCatalog.h121 CatMap::Iterator fPos;
/haiku/headers/private/shared/
H A DHashMap.h77 class Iterator { class in class:BPrivate::HashMap
81 Iterator(const Iterator& other) function in class:BPrivate::HashMap::Iterator
103 Iterator& operator=(const Iterator& other)
112 Iterator(const HashMap<Key, Value>* map) function in class:BPrivate::HashMap::Iterator
126 typename ElementTable::Iterator fIterator;
137 Value Remove(Iterator& it);
146 Iterator GetIterator() const;
151 friend class Iterator;
163 typedef typename HashMap<Key, Value>::Iterator Iterator; typedef in class:BPrivate::SynchronizedHashMap
[all...]
H A DHashSet.h65 class Iterator { class in class:BPrivate::HashSet
69 Iterator(const Iterator& other) function in class:BPrivate::HashSet::Iterator
91 Iterator& operator=(const Iterator& other)
100 Iterator(const HashSet<Key>* set) function in class:BPrivate::HashSet::Iterator
112 typename ElementTable::Iterator fIterator;
126 bool Remove(Iterator& it);
132 Iterator GetIterator() const;
137 friend class Iterator;
148 typedef typename HashSet<Key>::Iterator Iterator; typedef in class:BPrivate::SynchronizedHashSet
[all...]
/haiku/headers/private/storage/
H A DDriverSettings.h86 class Iterator;
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h73 class Iterator;
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp72 DoublyLinkedList<bluetooth_device>::Iterator iterator
379 DoublyLinkedList<bluetooth_device>::Iterator iterator
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp223 InodeList::Iterator iterator = fVolume->RemovedInodes().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 DQueryManager.cpp36 for (IteratorMap::Iterator it = fIterators->GetIterator(); it.HasNext();) {
H A DServerManager.cpp195 for (ServerInfoMap::Iterator it = fServerInfos->GetIterator();
H A DShareAttrDir.cpp360 for (SLList<Attribute>::Iterator it = fAttributes.GetIterator();
H A DShareVolume.cpp196 for (NodeMap::Iterator it = fNodes->GetIterator(); it.HasNext();)
208 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();)
341 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) {
365 for (NodeMap::Iterator it = fNodes->GetIterator(); it.HasNext();) {
2754 WARN("ShareVolume::_RemoveAttrDirIterator(): Iterator list not "
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h67 class Iterator { class in class:UserlandFSUtil::SLList
69 Iterator(List *list) function in class:UserlandFSUtil::SLList::Iterator
77 Iterator(const Iterator &other) function in class:UserlandFSUtil::SLList::Iterator
110 Iterator &operator=(const Iterator &other)
192 inline Iterator GetIterator() { return Iterator(this); }
196 friend class Iterator;
255 for (Iterator i
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp216 for (SLList<Attribute>::Iterator it = fAttributes.GetIterator();
268 for (SLList<Attribute>::Iterator it = fAttributes.GetIterator();

Completed in 149 milliseconds

1234567891011>>