Searched refs:HasNext (Results 1 - 25 of 145) sorted by last modified time

123456

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp128 while (iter.HasNext()) {
/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/system/kernel/device_manager/
H A Ddevice_manager.cpp229 while (iterator.HasNext()) {
461 if (!iterator.HasNext()) {
490 while (iterator.HasNext()) {
497 if (!iterator.HasNext())
520 while (iterator.HasNext() && last != NULL) {
527 if (!iterator.HasNext()) {
681 while (iterator.HasNext() && last != NULL) {
689 while (iterator.HasNext()) {
938 while (iterator.HasNext()) {
1479 while (iterator.HasNext()) {
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1586 while (iterator.HasNext()) {
1624 while (iterator.HasNext()) {
1753 while (iterator.HasNext()) {
2992 while (iterator.HasNext()) {
3216 while (iterator.HasNext()) {
3265 while (iterator.HasNext()) {
3295 while (iterator.HasNext()) {
3330 while (iterator.HasNext()) {
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp389 bool HasNext() const function in class:DeviceTreeIterator
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp423 bool HasNext() const
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp425 while (portUsers.HasNext()) {
486 if (!fEndpointHash.Lookup(port).HasNext()) {
595 while (iterator.HasNext()) {
/haiku/src/system/kernel/vm/
H A Dvm.cpp3652 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp733 while (it.HasNext()) {
800 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp505 while (groupIterator.HasNext()) {
519 while (addressIterator.HasNext()) {
715 while (it.HasNext()) {
772 while (iterator.HasNext()) {
/haiku/src/servers/package/
H A DVolume.cpp359 fActiveState->ByNodeRefIterator(); it.HasNext();) {
380 fActiveState->ByNodeRefIterator(); it.HasNext();) {
413 = fLatestState->ByFileNameIterator(); it.HasNext();) {
547 = fLatestState->ByFileNameIterator(); it.HasNext();) {
566 = fActiveState->ByFileNameIterator(); it.HasNext();) {
1308 = fLatestState->ByNodeRefIterator(); it.HasNext();) {
1381 = newState->ByFileNameIterator(); it.HasNext();) {
1401 it.HasNext();) {
1413 it.HasNext();) {
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp285 for (RequestList::Iterator it = fRequests.GetIterator(); it.HasNext();) {
297 for (RequestList::Iterator it = fRequests.GetIterator(); it.HasNext();) {
/haiku/src/system/kernel/events/
H A Devent_queue.cpp171 while (iter.HasNext()) {
186 while (listIter.HasNext()) {
H A Dwait_for_objects.cpp772 it.HasNext();) {
843 it.HasNext();) {
894 it.HasNext();) {
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp132 while (buffer != NULL && iterator.HasNext()) {
271 while (monitorIterator.HasNext())
279 while (handlerIterator.HasNext())
343 while (iterator.HasNext()) {
510 while (iterator.HasNext()) {
763 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp121 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp654 while (iterator.HasNext()) {
858 while (iterator.HasNext()) {
H A DBPlusTree.cpp630 while (iterator.HasNext())
988 while (iterator.HasNext())
/haiku/headers/private/net/
H A DProtocolUtilities.h342 while (it.HasNext())
/haiku/src/system/kernel/
H A Delf.cpp190 while (iterator.HasNext()) {
252 while (iterator.HasNext()) {
370 while (iterator.HasNext()) {
426 while (iterator.HasNext()) {
450 while (iterator.HasNext()) {
576 while (iterator.HasNext()) {
1779 while (iterator.HasNext()) {
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp234 while (iterator.HasNext()) {
253 while (iterator.HasNext()) {
347 while (iterator.HasNext()) {
419 while (iterator.HasNext()) {
647 while (iterator.HasNext()) {
H A Dxsi_message_queue.cpp413 while (iterator.HasNext()) {
426 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp518 = fPackages.GetIterator(); it.HasNext();
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h48 bool HasNext() const function in class:DoublyLinkedQueue::Iterator
105 bool HasNext() const function in class:DoublyLinkedQueue::ConstIterator
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

Completed in 188 milliseconds

123456