Searched defs:Iterator (Results 1 - 25 of 51) sorted by last modified time

123

/haiku/headers/private/kernel/util/
H A DVectorMap.h66 Iterator; typedef in class:VectorMap
159 typedef VectorMapIterator<Entry, Parent, EntryIterator> Iterator; typedef in class:VectorMapIterator
[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 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 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 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 DVectorSet.h42 typedef typename ElementVector::Iterator Iterator; typedef in class:VectorSet
[all...]
H A DVector.h28 typedef VectorIterator<Value> Iterator; typedef in class:Vector
101 typedef VectorIterator<Value> Iterator; typedef in class:VectorIterator
[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/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h351 class TWO_KEY_AVL_TREE_CLASS_NAME::Iterator { class in class:TWO_KEY_AVL_TREE_CLASS_NAME
356 inline Iterator() function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
396 Iterator(const Iterator& other) function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
407 Iterator(const TreeMapIterator& iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
[all...]
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp494 BNetworkCookieJar::Iterator::Iterator(const Iterator& other) function in class:BNetworkCookieJar::Iterator
511 BNetworkCookieJar::Iterator::Iterator(const BNetworkCookieJar* cookieJar) function in class:BNetworkCookieJar::Iterator
[all...]
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/netservices/
H A DNetworkCookieJar.h97 class BNetworkCookieJar::Iterator { class in class:BPrivate::Network::BNetworkCookieJar
[all...]
H A DHttpForm.h171 class BHttpForm::Iterator { class in class:BPrivate::Network::BHttpForm
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp158 class AttributeIndexImpl::Iterator class in class:AttributeIndexImpl
356 AttributeIndexImpl::Iterator::Iterator() function in class:AttributeIndexImpl::Iterator
[all...]
H A DSizeIndex.cpp75 class SizeIndex::Iterator class in class:SizeIndex
240 SizeIndex::Iterator::Iterator() function in class:SizeIndex::Iterator
[all...]
H A DLastModifiedIndex.cpp76 class LastModifiedIndex::Iterator class in class:LastModifiedIndex
241 LastModifiedIndex::Iterator::Iterator() function in class:LastModifiedIndex::Iterator
[all...]
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp725 Iterator::Iterator(Element &start, group_destination destination) function in class:Iterator
H A DRTF.h145 class Iterator { class in namespace:RTF
/haiku/src/servers/registrar/
H A DAppInfoList.h81 class AppInfoList::Iterator { class in class:AppInfoList
83 inline Iterator(const Iterator &it) function in class:AppInfoList::Iterator
154 inline Iterator(AppInfoList *list, int32 index = 0) function in class:AppInfoList::Iterator
[all...]
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h44 typedef SinglyLinkedList<BlockedPath>::Iterator Iterator; typedef in class:PathBlocklist
/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/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/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/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/src/system/kernel/
H A DTeamThreadTables.h21 struct Iterator { struct in struct:BKernel::TeamThreadTable
22 Iterator() function in struct:BKernel::TeamThreadTable::Iterator
28 Iterator(IteratorEntry* nextEntry) function in struct:BKernel::TeamThreadTable::Iterator

Completed in 128 milliseconds

123