Searched refs:CCallbackConsoleBase (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 30 class CCallbackConsoleBase 57 CCallbackConsoleBase(): in CCallbackConsoleBase() function 101 public CCallbackConsoleBase
|
D | UpdateCallbackConsole.cpp | 182 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() 217 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base() 227 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base() 244 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base() 498 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, bool isDir, const char *command, b… in PrintProgress()
|
D | HashCon.h | 12 public CCallbackConsoleBase
|
D | Main.cpp | 399 static int WarningsCheck(HRESULT result, const CCallbackConsoleBase &callback, in WarningsCheck()
|