Searched refs:HasNext (Results 76 - 100 of 145) sorted by relevance

123456

/haiku/src/system/kernel/slab/
H A DSlab.cpp267 while (it.HasNext()) {
311 if (iterator.HasNext())
317 if (iterator.HasNext())
323 if (iterator.HasNext())
690 it.HasNext();) {
768 it.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/kits/debug/
H A DSymbolLookup.cpp149 for (AreaList::ConstIterator it = fAreas.GetIterator(); it.HasNext();) {
166 for (AreaList::ConstIterator it = fAreas.GetIterator(); it.HasNext();) {
182 for (AreaList::ConstIterator it = fAreas.GetIterator(); it.HasNext();) {
/haiku/headers/private/kernel/util/
H A DSplayTree.h387 bool HasNext() const function in class:IteratableSplayTree::Iterator
460 bool HasNext() const function in class:IteratableSplayTree::ConstIterator
H A DAVLTree.h152 inline bool HasNext() const function in class:AVLTree::ConstIterator
154 return fTreeIterator.HasNext();
H A DSinglyLinkedList.h111 bool HasNext() const function in class:SinglyLinkedList::Iterator
H A DAVLTreeMap.h201 inline bool HasNext() const function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
203 return fTreeIterator.HasNext();
H A DOpenHashTable.h363 bool HasNext() const { return fNext != NULL; } function in class:BOpenHashTable::Iterator
/haiku/headers/private/shared/
H A DHashMap.h89 bool HasNext() const function in class:BPrivate::HashMap::Iterator
91 return fIterator.HasNext();
/haiku/src/system/kernel/
H A Dmodule.cpp908 for (int32 i = 0; hashIterator.HasNext(); i++) {
1162 while (iterator.HasNext()) {
1174 while (imageIterator.HasNext()) {
1620 while (iterator.HasNext()) {
1654 while (iterator.HasNext()) {
1863 while (iterator.HasNext()) {
1881 while (imageIterator.HasNext()) {
2165 for (uint32 i = 0; iterator.HasNext(); i++) {
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h114 bool HasNext() const function in class:FSShell::SinglyLinkedList::Iterator
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp36 for (IteratorMap::Iterator it = fIterators->GetIterator(); it.HasNext();) {
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp283 while (iter.HasNext()) {
H A DDefaultCatalog.cpp290 while (res == B_OK && iter.HasNext()) {
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp278 while (iter.HasNext()) {
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.cpp146 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp314 while (iterator.HasNext()) {
341 while (iterator.HasNext()) {
890 if (!iterator.HasNext())
924 while (iterator.HasNext()) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp451 it.HasNext();) {
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp866 while (iterator.HasNext()) {
950 while (iterator.HasNext()) {
973 while (iterator.HasNext()) {
987 while (iterator.HasNext()) {
2271 while (iterator.HasNext()) {
2286 while (iterator.HasNext()) {
2307 while (iterator.HasNext()) {
2373 while (iterator.HasNext()) {
2396 while (blockIterator.HasNext()) {
2410 while (i.HasNext()) {
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp417 while (iterator.HasNext()) {
435 while (iterator.HasNext()) {
/haiku/src/system/kernel/events/
H A Devent_queue.cpp171 while (iter.HasNext()) {
186 while (listIter.HasNext()) {
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp311 while (iter.HasNext()) {
/haiku/src/servers/package/
H A DPackageManager.cpp138 = volume->PackagesByFileNameIterator(); it.HasNext();) {
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h363 bool HasNext() const { return fNext != NULL; } function in class:BOpenHashTable::Iterator

Completed in 156 milliseconds

123456