Searched refs:HasNext (Results 51 - 75 of 146) sorted by path

123456

/haiku/src/system/kernel/device_manager/
H A Did_generator.cpp131 while (iterator.HasNext()) {
H A Dio_resources.cpp83 while (iterator.HasNext()) {
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h69 bool HasNext() const;
184 RUN_QUEUE_CLASS_NAME::ConstIterator::HasNext() const function in class:RUN_QUEUE_CLASS_NAME::ConstIterator
194 ASSERT(HasNext());
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp213 while (iterator.HasNext()) {
307 while (iterator.HasNext()) {
326 while (nodeIterator.HasNext()) {
470 while (iterator.HasNext() && last != NULL) {
478 while (iterator.HasNext()) {
557 while (iterator.HasNext()) {
1010 while (nodeIterator.HasNext()) {
1018 while (deviceIterator.HasNext()) {
1027 while (attrIterator.HasNext()) {
1207 while (iterator.HasNext()) {
[all...]
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp69 iterator.HasNext(); --preIndex) {
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h363 bool HasNext() const { return fNext != NULL; } function in class:BOpenHashTable::Iterator
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp283 while (iter.HasNext()) {
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h131 bool HasNext() const function in class:FSShell::DoublyLinkedList::Iterator
193 bool HasNext() const function in class:FSShell::DoublyLinkedList::ConstIterator
237 bool HasNext() const function in class:FSShell::DoublyLinkedList::ReverseIterator
294 bool HasNext() const function in class:FSShell::DoublyLinkedList::ConstReverseIterator
/haiku/headers/private/kernel/util/
H A DAVLTree.h152 inline bool HasNext() const function in class:AVLTree::ConstIterator
154 return fTreeIterator.HasNext();
H A DAVLTreeBase.h131 inline bool HasNext() const function in class:AVLTreeIterator
H A DDoublyLinkedList.h136 bool HasNext() const function in class:DoublyLinkedList::Iterator
198 bool HasNext() const function in class:DoublyLinkedList::ConstIterator
242 bool HasNext() const function in class:DoublyLinkedList::ReverseIterator
299 bool HasNext() const function in class:DoublyLinkedList::ConstReverseIterator
H A DDoublyLinkedQueue.h48 bool HasNext() const function in class:DoublyLinkedQueue::Iterator
105 bool HasNext() const function in class:DoublyLinkedQueue::ConstIterator
H A DOpenHashTable.h363 bool HasNext() const { return fNext != NULL; } function in class:BOpenHashTable::Iterator
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h184 bool HasNext() const function in class:VMAddressSpace::AreaIterator
224 bool HasNext() const function in class:VMAddressSpace::AreaRangeIterator
/haiku/headers/private/net/
H A DProtocolUtilities.h342 while (it.HasNext())
/haiku/headers/private/netservices/
H A DHttpForm.h176 bool HasNext() const;
H A DNetworkCookieJar.h104 bool HasNext() const;
135 bool HasNext() const;
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp113 while (iterator.HasNext()) {
143 while (iterator.HasNext()) {
172 while (iterator.HasNext()) {
192 while (iterator.HasNext()) {
211 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp1232 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp611 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp630 while (iterator.HasNext())
988 while (iterator.HasNext())
H A DInode.cpp654 while (iterator.HasNext()) {
858 while (iterator.HasNext()) {
H A DJournal.cpp1126 while (iterator.HasNext()) {
H A DVolume.cpp417 while (iterator.HasNext()) {
435 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp547 while (iterator.HasNext())

Completed in 168 milliseconds

123456