Searched refs:fNextInfo (Results 1 - 2 of 2) sorted by path

/haiku/headers/os/package/
H A DPackageInfoSet.h62 PackageInfo* fNextInfo; member in class:BPackageKit::BPackageInfoSet::Iterator
/haiku/src/kits/package/
H A DPackageInfoSet.cpp179 fNextInfo(map != NULL ? map->GetIterator().Next() : NULL)
187 return fNextInfo != NULL;
194 BPackageInfo* result = fNextInfo;
196 if (fNextInfo != NULL) {
197 if (fNextInfo->listNext != NULL) {
199 fNextInfo = fNextInfo->listNext;
203 = fMap->GetIterator(fNextInfo->Name());
205 fNextInfo = iterator.Next();

Completed in 51 milliseconds