Searched defs:GetIterator (Results 1 - 25 of 30) sorted by relevance

12

/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h58 Iterator GetIterator() const function in class:PathBlocklist
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h72 Iterator GetIterator() const { return HashTable::GetIterator(); } function in class:MultiHashTable
H A DAVLTreeBase.h211 AVLTreeBase::GetIterator() const function in class:AVLTreeBase
219 AVLTreeBase::GetIterator(AVLTreeNode* node) const function in class:AVLTreeBase
H A DSinglyLinkedList.h167 inline Iterator GetIterator() const { return Iterator(this); } function in class:SinglyLinkedList
H A DSplayTree.h581 Iterator GetIterator() function in class:IteratableSplayTree
586 ConstIterator GetIterator() const function in class:IteratableSplayTree
591 Iterator GetIterator(const Key& key, bool greater, bool orEqual) function in class:IteratableSplayTree
596 ConstIterator GetIterator(const Key& key, bool greater, bool orEqual) const function in class:IteratableSplayTree
H A DOpenHashTable.h397 Iterator GetIterator() const function in class:BOpenHashTable
402 Iterator GetIterator(typename TypeOperation<KeyType>::ConstRefT key) const function in class:BOpenHashTable
H A DAVLTree.h303 AVLTree<Definition>::GetIterator() function in class:AVLTree
311 AVLTree<Definition>::GetIterator() const function in class:AVLTree
319 AVLTree<Definition>::GetIterator(Value* value) function in class:AVLTree
327 AVLTree<Definition>::GetIterator(Value* value) const function in class:AVLTree
[all...]
H A DDoublyLinkedQueue.h164 inline Iterator GetIterator() { return Iterator(this); } function in class:DoublyLinkedQueue
165 inline ConstIterator GetIterator() const { return ConstIterator(this); } function in class:DoublyLinkedQueue
H A DAVLTreeMap.h316 _AVL_TREE_MAP_CLASS_NAME::GetIterator() function in class:_AVL_TREE_MAP_CLASS_NAME
325 _AVL_TREE_MAP_CLASS_NAME::GetIterator() const function in class:_AVL_TREE_MAP_CLASS_NAME
334 _AVL_TREE_MAP_CLASS_NAME::GetIterator(Node* node) function in class:_AVL_TREE_MAP_CLASS_NAME
343 _AVL_TREE_MAP_CLASS_NAME::GetIterator(Node* node) const function in class:_AVL_TREE_MAP_CLASS_NAME
[all...]
H A DVectorMap.h241 inline EntryIterator &GetIterator() function in class:VectorMapIterator
246 inline const EntryIterator &GetIterator() const function in class:VectorMapIterator
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp51 Index::GetIterator(IndexIterator& iterator) function in class:Index
/haiku/src/kits/package/
H A DRepositoryCache.cpp186 BRepositoryCache::GetIterator() const function in class:BPackageKit::BRepositoryCache
H A DPackageInfoSet.cpp278 BPackageInfoSet::GetIterator() const function in class:BPackageKit::BPackageInfoSet
/haiku/src/system/kernel/
H A DTeamThreadTables.h101 Iterator GetIterator() const function in struct:BKernel::TeamThreadTable
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h273 VMPageQueue::GetIterator() const function in class:VMPageQueue
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp44 Index::GetIterator(IndexEntryIterator *iterator) function in class:Index
H A DTwoKeyAVLTree.h450 TWO_KEY_AVL_TREE_CLASS_NAME::GetIterator(Iterator *iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h166 inline Iterator GetIterator() const { return Iterator(this); } function in class:FSShell::SinglyLinkedList
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h192 inline Iterator GetIterator() { return Iterator(this); } function in class:UserlandFSUtil::SLList
193 inline ConstIterator GetIterator() const { return ConstIterator(this); } function in class:UserlandFSUtil::SLList
/haiku/headers/private/shared/
H A DHashMap.h228 Iterator GetIterator() function in class:BPrivate::SynchronizedHashMap
494 HashMap<Key, Value>::GetIterator() const function in class:BPrivate::HashMap
H A DHashSet.h196 Iterator GetIterator() const function in class:BPrivate::SynchronizedHashSet
334 HashSet<Key>::GetIterator() const function in class:BPrivate::HashSet
/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/network/protocols/ipv4/
H A Dmulticast.h109 Iterator GetIterator() const { return Iterator(fAddresses); } function in class:AddressSet
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h112 Iterator GetIterator() const { return Iterator(fAddresses); } function in class:AddressSet
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp585 BHttpForm::GetIterator() function in class:BHttpForm

Completed in 269 milliseconds

12