Searched refs:ConstIterator (Results 1 - 25 of 71) sorted by relevance

123

/haiku/src/system/kernel/scheduler/
H A DRunQueue.h61 class ConstIterator { class in class:RunQueue
63 ConstIterator();
64 ConstIterator(const RunQueue<Element,
67 inline ConstIterator& operator=(const ConstIterator& other);
97 inline ConstIterator GetConstIterator() const;
153 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator() function in class:RUN_QUEUE_CLASS_NAME::ConstIterator
161 RUN_QUEUE_CLASS_NAME::ConstIterator::ConstIterator(cons function in class:RUN_QUEUE_CLASS_NAME::ConstIterator
[all...]
/haiku/headers/private/kernel/util/
H A DVector.h29 typedef VectorIterator<const Value> ConstIterator; typedef in class:Vector
60 inline ConstIterator Begin() const;
62 inline ConstIterator End() const;
64 inline ConstIterator Null() const;
66 inline ConstIterator IteratorForIndex(int32 index) const;
74 ConstIterator Find(const Value &value) const;
75 ConstIterator Find(const Value &value, const ConstIterator &start) const;
87 inline int32 _IteratorIndex(const ConstIterator &iterator) const;
458 _VECTOR_CLASS_TYPE::ConstIterator
[all...]
H A DVectorSet.h43 typedef typename ElementVector::ConstIterator ConstIterator; typedef in class:VectorSet
64 inline ConstIterator Begin() const;
66 inline ConstIterator End() const;
68 inline ConstIterator Null() const;
71 ConstIterator Find(const Value &value) const;
73 ConstIterator FindClose(const Value &value, bool less) const;
233 _VECTOR_SET_CLASS_TYPE::ConstIterator
265 _VECTOR_SET_CLASS_TYPE::ConstIterator
297 _VECTOR_SET_CLASS_TYPE::ConstIterator
[all...]
H A DAVLTree.h34 class ConstIterator;
56 inline ConstIterator GetIterator() const;
59 inline ConstIterator GetIterator(Value* value) const;
85 friend class ConstIterator;
92 class Iterator : public ConstIterator {
96 ConstIterator()
102 ConstIterator(other)
108 ConstIterator::fTreeIterator.Remove();
114 : ConstIterator(parent, treeIterator)
124 class AVLTree<Definition>::ConstIterator { class in class:AVLTree
126 inline ConstIterator() function in class:AVLTree::ConstIterator
133 inline ConstIterator(const ConstIterator& other) function in class:AVLTree::ConstIterator
179 inline ConstIterator(const AVLTree<Definition>* parent, function in class:AVLTree::ConstIterator
[all...]
H A DVectorMap.h67 typedef VectorMapIterator<ConstEntry, const Class, typename ElementVector::ConstIterator>
68 ConstIterator; typedef in class:VectorMap
92 inline ConstIterator Begin() const;
94 inline ConstIterator End() const;
96 inline ConstIterator Null() const;
99 ConstIterator Find(const Key &key) const;
101 ConstIterator FindClose(const Key &key, bool less) const;
456 _VECTOR_MAP_CLASS_TYPE::ConstIterator
459 return ConstIterator(this, fElements.Begin());
488 _VECTOR_MAP_CLASS_TYPE::ConstIterator
[all...]
H A DAVLTreeMap.h55 class ConstIterator;
72 inline ConstIterator GetIterator() const;
75 inline ConstIterator GetIterator(Node* node) const;
110 friend class ConstIterator;
118 class Iterator : public ConstIterator {
121 : ConstIterator()
126 : ConstIterator(other)
132 if (AVLTreeNode* node = ConstIterator::fTreeIterator.Remove()) {
135 ConstIterator::fParent);
143 : ConstIterator(paren
154 class _AVL_TREE_MAP_CLASS_NAME::ConstIterator { class in class:_AVL_TREE_MAP_CLASS_NAME
156 inline ConstIterator() function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
162 inline ConstIterator(const ConstIterator& other) function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
235 inline ConstIterator(const _AVL_TREE_MAP_CLASS_NAME* parent, function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
[all...]
H A DDoublyLinkedQueue.h91 class ConstIterator { class in class:DoublyLinkedQueue
93 ConstIterator(const Queue *queue) function in class:DoublyLinkedQueue::ConstIterator
100 ConstIterator(const ConstIterator &other) function in class:DoublyLinkedQueue::ConstIterator
118 ConstIterator &operator=(const ConstIterator &other)
165 inline ConstIterator GetIterator() const { return ConstIterator(this); }
H A DSplayTree.h435 class ConstIterator { class in class:IteratableSplayTree
437 ConstIterator() function in class:IteratableSplayTree::ConstIterator
441 ConstIterator(const ConstIterator& other) function in class:IteratableSplayTree::ConstIterator
446 ConstIterator(const Tree* tree) function in class:IteratableSplayTree::ConstIterator
453 ConstIterator(const Tree* tree, Node* next) function in class:IteratableSplayTree::ConstIterator
473 ConstIterator &operator=(const ConstIterator &other)
586 ConstIterator GetIterator() const
588 return ConstIterator(thi
[all...]
H A DDoublyLinkedList.h184 class ConstIterator { class in class:DoublyLinkedList
186 ConstIterator(const List* list) function in class:DoublyLinkedList::ConstIterator
193 ConstIterator(const ConstIterator& other) function in class:DoublyLinkedList::ConstIterator
211 ConstIterator& operator=(const ConstIterator& other)
371 inline ConstIterator GetIterator() const { return ConstIterator(this); }
/haiku/headers/private/userlandfs/shared/
H A DVector.h28 typedef VectorIterator<const Value> ConstIterator; typedef in class:Vector
56 inline ConstIterator Begin() const;
58 inline ConstIterator End() const;
60 inline ConstIterator Null() const;
62 inline ConstIterator IteratorForIndex(int32 index) const;
70 ConstIterator Find(const Value &value) const;
71 ConstIterator Find(const Value &value, const ConstIterator &start) const;
83 inline int32 _IteratorIndex(const ConstIterator &iterator) const;
454 typename _VECTOR_CLASS_NAME::ConstIterator
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h126 class ConstIterator { class in class:UserlandFSUtil::SLList
128 ConstIterator(const List *list) function in class:UserlandFSUtil::SLList::ConstIterator
134 ConstIterator(const ConstIterator &other) function in class:UserlandFSUtil::SLList::ConstIterator
152 ConstIterator &operator=(const ConstIterator &other)
193 inline ConstIterator GetIterator() const { return ConstIterator(this); }
/haiku/headers/private/netservices2/
H A DHttpFields.h35 using ConstIterator = std::list<Field>::const_iterator;
57 void RemoveField(ConstIterator it) noexcept;
61 ConstIterator FindField(const std::string_view& name) const noexcept;
66 ConstIterator begin() const noexcept;
67 ConstIterator end() const noexcept;
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp193 typedef typename MySet::ConstIterator MyConstIterator;
198 ReferenceConstIterator> ConstIterator; typedef in class:TestSet
280 inline ConstIterator Begin() const
282 return ConstIterator(this, fMySet.Begin(),
291 inline ConstIterator End() const
293 return ConstIterator(this, fMySet.End(), fReferenceSet.end());
301 inline ConstIterator Null() const
303 return ConstIterator(this, fMySet.Null(), fReferenceSet.end());
321 inline ConstIterator IteratorForIndex(int32 index) const
331 return ConstIterator(thi
[all...]
H A DOrderedMapTest.h313 typedef typename MyMap::ConstIterator MyConstIterator;
320 ReferenceConstIterator> ConstIterator; typedef in class:TestMap
424 inline ConstIterator Begin() const
426 return ConstIterator(this, fMyMap.Begin(),
435 inline ConstIterator End() const
437 return ConstIterator(this, fMyMap.End(), fReferenceMap.end());
445 inline ConstIterator Null() const
447 return ConstIterator(this, fMyMap.Null(), fReferenceMap.end());
465 inline ConstIterator IteratorForIndex(int32 index) const
475 return ConstIterator(thi
935 typedef typename TestClass::ConstIterator ConstIterator; typedef
997 typedef typename TestClass::ConstIterator ConstIterator; typedef
1076 typedef typename TestClass::ConstIterator ConstIterator; typedef
[all...]
H A DVectorTest.cpp195 typedef typename Vector<Value>::ConstIterator MyConstIterator;
200 ReferenceConstIterator> ConstIterator; typedef in class:TestVector
345 inline ConstIterator Begin() const
347 return ConstIterator(this, fMyVector.Begin(),
356 inline ConstIterator End() const
358 return ConstIterator(this, fMyVector.End(), fReferenceVector.end());
366 inline ConstIterator Null() const
368 return ConstIterator(this, fMyVector.Null(), fReferenceVector.end());
385 inline ConstIterator IteratorForIndex(int32 index) const
395 return ConstIterator(thi
[all...]
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp37 for (ThreadList::ConstIterator it = team->Threads().GetIterator();
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp121 for (ImageList::ConstIterator it = fTeam->Images().GetIterator();
162 for (ImageList::ConstIterator it = fTeam->Images().GetIterator();
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h179 class ConstIterator { class in class:FSShell::DoublyLinkedList
181 ConstIterator(const List *list) function in class:FSShell::DoublyLinkedList::ConstIterator
188 ConstIterator(const ConstIterator &other) function in class:FSShell::DoublyLinkedList::ConstIterator
206 ConstIterator &operator=(const ConstIterator &other)
358 inline ConstIterator GetIterator() const { return ConstIterator(this); }
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h53 for (FamilyDependencyList::ConstIterator it = fDependencies.GetIterator();
/haiku/src/kits/debugger/model/
H A DBreakpoint.cpp61 for (UserBreakpointInstanceList::ConstIterator it
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp248 for (ResolvableList::ConstIterator it
274 for (DependencyList::ConstIterator it
313 for (DependencyList::ConstIterator it
335 for (ResolvableList::ConstIterator it
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp100 for (PackageNodeAttributeList::ConstIterator it = fAttributes.GetIterator();
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp434 BHttpFields::RemoveField(ConstIterator it) noexcept
447 BHttpFields::ConstIterator
477 BHttpFields::ConstIterator
484 BHttpFields::ConstIterator
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp210 AttributeList::ConstIterator iterator
306 DeviceList::ConstIterator iterator = node->Devices().GetIterator();
325 NodeList::ConstIterator nodeIterator = node->Children().GetIterator();
466 NodeList::ConstIterator iterator = parent->Children().GetIterator();
556 DeviceList::ConstIterator iterator = node->Devices().GetIterator();
1653 NodeList::ConstIterator iterator = Children().GetIterator();
1661 DeviceList::ConstIterator deviceIterator = Devices().GetIterator();
1726 AttributeList::ConstIterator iterator = Attributes().GetIterator();
1752 NodeList::ConstIterator iterator = Children().GetIterator();
1772 NodeList::ConstIterator iterato
[all...]
/haiku/src/bin/debug/profile/
H A DThread.cpp247 ImageList::ConstIterator it = fOldImages.GetIterator();
266 ImageList::ConstIterator it = fImages.GetIterator();

Completed in 147 milliseconds

123