Searched refs:CBoolPair (Results 1 – 11 of 11) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 20 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 …]
|
D | ArchiveCommandLine.h | 91 CBoolPair NtSecurity; 92 CBoolPair AltStreams; 93 CBoolPair HardLinks; 94 CBoolPair SymLinks;
|
D | Update.h | 109 CBoolPair NtSecurity; 110 CBoolPair AltStreams; 111 CBoolPair HardLinks; 112 CBoolPair SymLinks;
|
D | ArchiveExtractCallback.h | 53 CBoolPair NtSecurity; 54 CBoolPair SymLinks; 55 CBoolPair HardLinks; 56 CBoolPair AltStreams;
|
D | Extract.h | 19 CBoolPair ElimDup;
|
D | ArchiveCommandLine.cpp | 972 static void SetBoolPair(NCommandLineParser::CParser &parser, unsigned switchID, CBoolPair &bp) in SetBoolPair()
|
/external/lzma/CPP/7zip/UI/GUI/ |
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); 89 CBoolPair NtSecurity; 92 CBoolPair ElimDup;
|
D | ExtractDialog.cpp | 113 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/ |
D | 7zHandler.h | 52 CBoolPair Write_CTime; 53 CBoolPair Write_ATime; 54 CBoolPair Write_MTime; 55 CBoolPair Write_Attrib;
|
D | 7zHandlerOut.cpp | 807 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
|
/external/lzma/CPP/Common/ |
D | MyTypes.h | 10 struct CBoolPair struct 15 CBoolPair(): Val(false), Def(false) {} in CBoolPair() function
|