Searched refs:HasNext (Results 101 - 125 of 146) sorted by path

123456

/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp909 = breakpoints.GetIterator(); it.HasNext();) {
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.cpp146 while (iterator.HasNext()) {
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp388 while (res == B_OK && iter.HasNext()) {
H A DHashMapCatalog.cpp278 while (iter.HasNext()) {
/haiku/src/kits/media/
H A DBufferCache.cpp32 while (iterator.HasNext()) {
81 while (iterator.HasNext()) {
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp734 BHttpForm::Iterator::HasNext() const function in class:BHttpForm::Iterator
H A DNetworkCookieJar.cpp88 while (it.HasNext()) {
443 for (Iterator it = other.GetIterator(); it.HasNext();) {
568 BNetworkCookieJar::Iterator::HasNext() const function in class:BNetworkCookieJar::Iterator
594 if (!fIterator->fCookieMapIterator.HasNext()) {
607 && fIterator->fCookieMapIterator.HasNext()) {
679 if (fIterator == NULL || !fIterator->fCookieMapIterator.HasNext()) {
696 && fIterator->fCookieMapIterator.HasNext()) {
759 BNetworkCookieJar::UrlIterator::HasNext() const function in class:BNetworkCookieJar::UrlIterator
H A DUrlContext.cpp46 while (iterator.HasNext())
/haiku/src/kits/tracker/
H A DIconCache.cpp1497 while (it.HasNext()) {
1785 while (it.HasNext()) {
/haiku/src/servers/app/font/
H A DFontCache.cpp136 while (iterator.HasNext()) {
149 while (iterator.HasNext()) {
H A DFontManager.cpp371 while (delisted.HasNext())
376 while (referenced.HasNext())
/haiku/src/servers/debug/
H A DDebugServer.cpp129 iterator.HasNext();) {
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1350 while (iterator.HasNext()) {
/haiku/src/servers/media/
H A DBufferManager.cpp153 while (iterator.HasNext()) {
177 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/servers/registrar/
H A DShutdownProcess.cpp1618 if (targetSet.HasNext()) {
H A DTRoster.cpp853 if (targetSet.HasNext()) {
1174 if (targetSet.HasNext()) {
/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp173 for (PathList::Iterator it = fPaths.GetIterator(); it.HasNext();) {
H A Dvfs.cpp666 while (iterator.HasNext()) {
679 while (partitionIterator.HasNext()) {
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp387 while (iterator.HasNext()) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp423 bool HasNext() const
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp389 bool HasNext() const function in class:DeviceTreeIterator
/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...]
H A Dfile_map.cpp547 while (iterator.HasNext()) {
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp1475 while (iterator.HasNext()) {

Completed in 183 milliseconds

123456