HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt64DefVector (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 490 void COutArchive::WriteUInt64DefVector(const CUInt64DefVector &v, Byte type)
660 /* if (headerOptions.WriteCTime) */ WriteUInt64DefVector(db.CTime, NID::kCTime);
661 /* if (headerOptions.WriteATime) */ WriteUInt64DefVector(db.ATime, NID::kATime);
662 /* if (headerOptions.WriteMTime) */ WriteUInt64DefVector(db.MTime, NID::kMTime);
663 WriteUInt64DefVector(db.StartPos, NID::kStartPos);
7zOut.h 264 void WriteUInt64DefVector(const CUInt64DefVector &v, Byte type);

Completed in 435 milliseconds