Searched defs:Iterator (Results 26 - 50 of 51) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp106 struct NameIndex::Iterator : public GenericIndexIterator<IteratorPolicy> { struct in class:NameIndex
H A DSizeIndex.cpp125 class SizeIndex::Iterator : public GenericIndexIterator<IteratorPolicy>, class in class:SizeIndex
[all...]
H A DAttributeIndex.cpp182 class AttributeIndex::Iterator : public GenericIndexIterator<IteratorPolicy>, class in class:AttributeIndex
[all...]
/haiku/src/kits/package/
H A DPackageInfoSet.cpp176 BPackageInfoSet::Iterator::Iterator(const PackageMap* map) function in class:BPackageKit::BPackageInfoSet::Iterator
/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
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
[all...]
H A DVector.h28 typedef VectorIterator<Value> Iterator; typedef in class:Vector
101 typedef VectorIterator<Value> Iterator; typedef in class:VectorIterator
[all...]
H A DVectorSet.h42 typedef typename ElementVector::Iterator Iterator; typedef in class:VectorSet
[all...]
H A DOpenHashTable.h352 class Iterator { class in class:BOpenHashTable
354 Iterator(const HashTable* table) function in class:BOpenHashTable::Iterator
360 Iterator(const HashTable* table, size_t index, ValueType* value) function in class:BOpenHashTable::Iterator
381 Iterator() {} function in class:BOpenHashTable::Iterator
[all...]
H A DAVLTree.h92 class Iterator : public ConstIterator { class in class:AVLTree
94 inline Iterator() function in class:AVLTree::Iterator
100 inline Iterator(const Iterator& other) function in class:AVLTree::Iterator
112 inline Iterator(AVLTre function in class:AVLTree::Iterator
[all...]
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
H A DAVLTreeMap.h118 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 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
H A DVectorMap.h66 Iterator; typedef in class:VectorMap
159 typedef VectorMapIterator<Entry, Parent, EntryIterator> Iterator; typedef in class:VectorMapIterator
[all...]
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp74 Iterator; typedef in class:TestIterator
196 ReferenceIterator> Iterator; typedef in class:TestSet
[all...]
H A DVectorTest.cpp78 Iterator; typedef in class:TestIterator
198 ReferenceIterator> Iterator; typedef in class:TestVector
[all...]
/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
112 Iterator(const HashMap<Key, Value>* map) function in class:BPrivate::HashMap::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
100 Iterator(const HashSet<Key>* set) function in class:BPrivate::HashSet::Iterator
148 typedef typename HashSet<Key>::Iterator Iterator; typedef in class:BPrivate::SynchronizedHashSet
[all...]
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h352 class Iterator { class in class:BOpenHashTable
354 Iterator(const HashTable* table) function in class:BOpenHashTable::Iterator
360 Iterator(const HashTable* table, size_t index, ValueType* value) function in class:BOpenHashTable::Iterator
381 Iterator() {} function in class:BOpenHashTable::Iterator
[all...]
/haiku/headers/private/userlandfs/shared/
H A DVector.h27 typedef VectorIterator<Value> Iterator; typedef in class:Vector
97 typedef VectorIterator<Value> Iterator; typedef in class:VectorIterator
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h97 class Iterator { class in class:AddressSet
99 Iterator(const AddressList &addresses) function in class:AddressSet::Iterator
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h100 class Iterator { class in class:AddressSet
102 Iterator(const AddressList &addresses) function in class:AddressSet::Iterator
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp717 BHttpForm::Iterator::Iterator(BHttpForm* form) function in class:BHttpForm::Iterator
727 BHttpForm::Iterator::Iterator(const Iterator& other) function in class:BHttpForm::Iterator
[all...]
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h117 class Iterator { class in class:FSShell::DoublyLinkedList
119 Iterator(List *list) function in class:FSShell::DoublyLinkedList::Iterator
126 Iterator(const Iterator &other) function in class:FSShell::DoublyLinkedList::Iterator
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp725 Iterator::Iterator(Element &start, group_destination destination) function in class:Iterator

Completed in 131 milliseconds

123