OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileInfoPopIDs
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp
86
#define COPY_ONE_ITEM(id) CopyOneItem(
fileInfoPopIDs
, _fileInfoPopIDs, NID::id);
99
CRecordVector<UInt64>
fileInfoPopIDs
= _db.ArcInfo.
FileInfoPopIDs
;
101
RemoveOneItem(
fileInfoPopIDs
, NID::kEmptyStream);
102
RemoveOneItem(
fileInfoPopIDs
, NID::kEmptyFile);
104
RemoveOneItem(
fileInfoPopIDs
, NID::kParent);
105
RemoveOneItem(
fileInfoPopIDs
, NID::kNtSecure);
119
_fileInfoPopIDs +=
fileInfoPopIDs
;
7zIn.h
184
CRecordVector<UInt64>
FileInfoPopIDs
;
192
FileInfoPopIDs
.Clear();
7zIn.cpp
1190
db.ArcInfo.
FileInfoPopIDs
.Add(NID::kSize);
1192
db.ArcInfo.
FileInfoPopIDs
.Add(NID::kPackInfo);
1194
db.ArcInfo.
FileInfoPopIDs
.Add(NID::kCRC);
[
all
...]
Completed in 591 milliseconds