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; 71 CBoolPair NtSecurity; 72 CBoolPair AltStreams; 73 CBoolPair HardLinks; 74 CBoolPair SymLinks;
|
D | ArchiveCommandLine.h | 83 CBoolPair NtSecurity; 84 CBoolPair AltStreams; 85 CBoolPair HardLinks; 86 CBoolPair SymLinks;
|
D | Update.h | 106 CBoolPair NtSecurity; 107 CBoolPair AltStreams; 108 CBoolPair HardLinks; 109 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 | 947 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/Common/ |
D | MyTypes.h | 10 struct CBoolPair struct 15 CBoolPair(): Val(false), Def(false) {} in CBoolPair() argument
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.h | 63 CBoolPair Write_CTime; 64 CBoolPair Write_ATime; 65 CBoolPair Write_MTime;
|
D | 7zHandlerOut.cpp | 739 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
|