Lines Matching refs:Files
583 FOR_VECTOR (i, db.Files)
585 const CFileItem &file = db.Files[i];
597 if (db.Files.IsEmpty())
604 WriteNumber(db.Files.Size());
609 emptyStreamVector.ClearAndSetSize(db.Files.Size());
612 FOR_VECTOR (i, db.Files)
613 if (db.Files[i].HasStream)
632 FOR_VECTOR (i, db.Files)
634 const CFileItem &file = db.Files[i];
660 FOR_VECTOR (i, db.Files)
684 FOR_VECTOR (i, db.Files)
746 boolVector.Reserve(db.Files.Size());
749 for (i = 0; i < db.Files.Size(); i++)
751 const CFileItem &file = db.Files[i];
763 const UInt64 dataSize = (UInt64)db.Files.Size() * 4 + bvSize + 1;
775 for (i = 0; i < db.Files.Size(); i++)
777 const CFileItem &file = db.Files[i];
943 unsigned index = Files.Size();
952 Files.Add(file);