Home
last modified time | relevance | path

Searched refs:CBoolPair (Results 1 – 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h20 CBoolPair SplitDest;
21 CBoolPair ElimDup;
23 CBoolPair NtSecurity;
24 CBoolPair ShowPassword;
71 CBoolPair NtSecurity;
72 CBoolPair AltStreams;
73 CBoolPair HardLinks;
74 CBoolPair SymLinks;
114 CBoolPair Cascaded;
115 CBoolPair MenuIcons;
[all …]
DArchiveCommandLine.h92 CBoolPair NtSecurity;
93 CBoolPair AltStreams;
94 CBoolPair HardLinks;
95 CBoolPair SymLinks;
DUpdate.h108 CBoolPair NtSecurity;
109 CBoolPair AltStreams;
110 CBoolPair HardLinks;
111 CBoolPair SymLinks;
DArchiveExtractCallback.h53 CBoolPair NtSecurity;
54 CBoolPair SymLinks;
55 CBoolPair HardLinks;
56 CBoolPair AltStreams;
DExtract.h19 CBoolPair ElimDup;
DArchiveCommandLine.cpp1044 static void SetBoolPair(NCommandLineParser::CParser &parser, unsigned switchID, CBoolPair &bp) in SetBoolPair()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.h56 void CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2);
57 void GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2);
89 CBoolPair NtSecurity;
92 CBoolPair ElimDup;
DExtractDialog.cpp113 bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2) in GetBoolsVal()
120 void CExtractDialog::CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2) in CheckButton_TwoBools()
125 void CExtractDialog::GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2) in GetButton_Bools()
/external/lzma/CPP/Common/
DMyTypes.h10 struct CBoolPair struct
15 CBoolPair(): Val(false), Def(false) {} in CBoolPair() argument
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h54 CBoolPair Write_CTime;
55 CBoolPair Write_ATime;
56 CBoolPair Write_MTime;
D7zHandlerOut.cpp782 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()