Searched refs:CCallbackConsoleBase (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | UpdateCallbackConsole.h | 30 class CCallbackConsoleBase
class 57 CCallbackConsoleBase():
in CCallbackConsoleBase() function in CCallbackConsoleBase 101 public CCallbackConsoleBase
127 CCallbackConsoleBase::Init(outStream);
|
H A D | UpdateCallbackConsole.cpp | 182 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning)
in CommonError() 201 void CCallbackConsoleBase::CommonError(const char *message)
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, bool showInLog)
in PrintProgress() 548 void CCallbackConsoleBase::PrintInfoLine(const UString &s)
791 void CCallbackConsoleBase::PrintPropInfo(UString &s, PROPID propID, const PROPVARIANT *value)
|
H A D | HashCon.h | 12 public CCallbackConsoleBase
|
H A D | Main.cpp | 399 static int WarningsCheck(HRESULT result, const CCallbackConsoleBase &callback,
in WarningsCheck()
|
Completed in 4 milliseconds