Searched refs:CBoolPair (Results 1 - 14 of 14) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ZipRegistry.h | 14 CBoolPair::Def in writing functions means:
15 if ( CBoolPair::Def ), we write CBoolPair::Val
16 if ( !CBoolPair::Def )
32 CBoolPair SplitDest;
33 CBoolPair ElimDup;
34 // CBoolPair AltStreams;
35 CBoolPair NtSecurity;
36 CBoolPair ShowPassword;
90 CBoolPair MTim [all...] |
H A D | ArchiveCommandLine.h | 69 CBoolPair NtSecurity;
70 CBoolPair AltStreams;
71 CBoolPair HardLinks;
72 CBoolPair SymLinks;
74 CBoolPair StoreOwnerId;
75 CBoolPair StoreOwnerName;
|
H A D | Update.h | 100 CBoolPair NtSecurity;
101 CBoolPair AltStreams;
102 CBoolPair HardLinks;
103 CBoolPair SymLinks;
105 CBoolPair StoreOwnerId;
106 CBoolPair StoreOwnerName;
|
H A D | HashCalc.h | 135 CBoolPair HashMode_Zero;
136 CBoolPair HashMode_Tag;
137 CBoolPair HashMode_Dirs;
138 CBoolPair HashMode_OnlyHash;
198 CBoolPair SymLinks;
|
H A D | ArchiveExtractCallback.h | 53 CBoolPair NtSecurity;
54 CBoolPair SymLinks;
55 CBoolPair SymLinks_AllowDangerous;
56 CBoolPair HardLinks;
57 CBoolPair AltStreams;
|
H A D | Extract.h | 19 CBoolPair ElimDup;
|
H A D | ArchiveCommandLine.cpp | 1214 static void SetBoolPair(NCommandLineParser::CParser &parser, unsigned switchID, CBoolPair &bp)
in SetBoolPair() 1384 CBoolPair symLinks_AllowDangerous;
in Parse2()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractDialog.h | 56 void CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2);
57 void GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2);
88 // CBoolPair AltStreams;
89 CBoolPair NtSecurity;
92 CBoolPair ElimDup;
|
H A D | ExtractDialog.cpp | 114 bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2);
115 bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2)
in GetBoolsVal() 122 void CExtractDialog::CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2)
in CheckButton_TwoBools() 127 void CExtractDialog::GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2)
in GetButton_Bools()
|
/third_party/lzma/CPP/Common/ |
H A D | MyTypes.h | 11 struct CBoolPair
struct 16 CBoolPair(): Val(false), Def(false) {}
in CBoolPair() function
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.h | 130 CBoolPair Write_MTime;
131 CBoolPair Write_ATime;
132 CBoolPair Write_CTime;
|
H A D | HandlerOut.cpp | 287 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest)
in PROPVARIANT_to_BoolPair()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.h | 54 CBoolPair Write_Attrib;
|
H A D | 7zHandlerOut.cpp | 940 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest)
in PROPVARIANT_to_BoolPair()
|
Completed in 13 milliseconds