Home
last modified time | relevance | path

Searched refs:CCallbackConsoleBase (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h30 class CCallbackConsoleBase
57 CCallbackConsoleBase(): in CCallbackConsoleBase() function
101 public CCallbackConsoleBase
DUpdateCallbackConsole.cpp182 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()
DHashCon.h12 public CCallbackConsoleBase
DMain.cpp399 static int WarningsCheck(HRESULT result, const CCallbackConsoleBase &callback, in WarningsCheck()