Searched refs:fNextInfo (Results 1 – 2 of 2) sorted by relevance
179 fNextInfo(map != NULL ? map->GetIterator().Next() : NULL) in Iterator()187 return fNextInfo != NULL; in HasNext()194 BPackageInfo* result = fNextInfo; in Next()196 if (fNextInfo != NULL) { in Next()197 if (fNextInfo->listNext != NULL) { in Next()199 fNextInfo = fNextInfo->listNext; in Next()203 = fMap->GetIterator(fNextInfo->Name()); in Next()205 fNextInfo = iterator.Next(); in Next()
62 PackageInfo* fNextInfo; variable