Home
last modified time | relevance | path

Searched refs:CBoolPair (Results 1 - 14 of 14) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h14 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 DArchiveCommandLine.h69 CBoolPair NtSecurity;
70 CBoolPair AltStreams;
71 CBoolPair HardLinks;
72 CBoolPair SymLinks;
74 CBoolPair StoreOwnerId;
75 CBoolPair StoreOwnerName;
H A DUpdate.h100 CBoolPair NtSecurity;
101 CBoolPair AltStreams;
102 CBoolPair HardLinks;
103 CBoolPair SymLinks;
105 CBoolPair StoreOwnerId;
106 CBoolPair StoreOwnerName;
H A DHashCalc.h135 CBoolPair HashMode_Zero;
136 CBoolPair HashMode_Tag;
137 CBoolPair HashMode_Dirs;
138 CBoolPair HashMode_OnlyHash;
198 CBoolPair SymLinks;
H A DArchiveExtractCallback.h53 CBoolPair NtSecurity;
54 CBoolPair SymLinks;
55 CBoolPair SymLinks_AllowDangerous;
56 CBoolPair HardLinks;
57 CBoolPair AltStreams;
H A DExtract.h19 CBoolPair ElimDup;
H A DArchiveCommandLine.cpp1214 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 DExtractDialog.h56 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 DExtractDialog.cpp114 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 DMyTypes.h11 struct CBoolPair struct
16 CBoolPair(): Val(false), Def(false) {} in CBoolPair() function
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h130 CBoolPair Write_MTime;
131 CBoolPair Write_ATime;
132 CBoolPair Write_CTime;
H A DHandlerOut.cpp287 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.h54 CBoolPair Write_Attrib;
H A D7zHandlerOut.cpp940 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()

Completed in 13 milliseconds