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;
76 CBoolPair NtSecurity;
77 CBoolPair AltStreams;
78 CBoolPair HardLinks;
79 CBoolPair SymLinks;
119 CBoolPair Cascaded;
120 CBoolPair MenuIcons;
[all …]
DArchiveCommandLine.h91 CBoolPair NtSecurity;
92 CBoolPair AltStreams;
93 CBoolPair HardLinks;
94 CBoolPair SymLinks;
DUpdate.h109 CBoolPair NtSecurity;
110 CBoolPair AltStreams;
111 CBoolPair HardLinks;
112 CBoolPair SymLinks;
DArchiveExtractCallback.h53 CBoolPair NtSecurity;
54 CBoolPair SymLinks;
55 CBoolPair HardLinks;
56 CBoolPair AltStreams;
DExtract.h19 CBoolPair ElimDup;
DArchiveCommandLine.cpp972 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/7zip/Archive/7z/
D7zHandler.h52 CBoolPair Write_CTime;
53 CBoolPair Write_ATime;
54 CBoolPair Write_MTime;
55 CBoolPair Write_Attrib;
D7zHandlerOut.cpp807 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
/external/lzma/CPP/Common/
DMyTypes.h10 struct CBoolPair struct
15 CBoolPair(): Val(false), Def(false) {} in CBoolPair() function