Home
last modified time | relevance | path

Searched refs:_percent (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp165 _percent.Command = "Scan "; in StartScanning()
173 _percent.Files = st.NumDirs + st.NumFiles + st.NumAltStreams; in ScanProgress()
174 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
175 _percent.FileName = fs2us(path); in ScanProgress()
176 _percent.Print(); in ScanProgress()
274 _percent.ClosePrint(true); in FinishScanning()
275 _percent.ClearCurState(); in FinishScanning()
306 _percent.ClosePrint(true); in StartArchive()
308 _percent.ClearCurState(); in StartArchive()
330 // Print_UInt64_and_String(s, _percent in FinishArchive()
[all...]
H A DHashCon.cpp32 _percent.ClearCurState(); in StartScanning()
33 _percent.Command = "Scan"; in StartScanning()
42 _percent.Files = st.NumDirs + st.NumFiles + st.NumAltStreams; in ScanProgress()
43 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
44 _percent.FileName = fs2us(path); in ScanProgress()
46 NWindows::NFile::NName::NormalizeDirPathPrefix(_percent.FileName); in ScanProgress()
47 _percent.Print(); in ScanProgress()
63 _percent.ClosePrint(true); in FinishScanning()
64 _percent.ClearCurState(); in FinishScanning()
83 _percent in SetTotal()
[all...]
H A DExtractCallbackConsole.h43 CPercentPrinter _percent; member in Z7_final
47 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents()
52 _percent.ClosePrint(true); in ClosePercentsAndFlush()
63 _percent._so = percentStream; in Init()
66 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth()
73 _percent.ClosePrint(true); in CloseScanning()
119 if (NeedPercents() && _so == _percent._so) in ClosePercents_for_so()
120 _percent.ClosePrint(false); in ClosePercents_for_so()
126 _percent.ClosePrint(true); in ClosePercentsAndFlush()
157 void SetWindowWidth(unsigned width) { _percent
[all...]
H A DOpenCallbackConsole.cpp28 _percent.Total = *files; in Open_SetTotal()
38 _percent.Total = *bytes; in Open_SetTotal()
44 _percent.Total = _totalBytes; in Open_SetTotal()
57 _percent.Files = *files; in Open_SetCompleted()
59 _percent.Completed = *files; in Open_SetCompleted()
65 _percent.Completed = *bytes; in Open_SetCompleted()
67 _percent.Print(); in Open_SetCompleted()
H A DUpdateCallbackConsole.h33 CPercentPrinter _percent; member in CCallbackConsoleBase
46 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents()
65 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth()
73 _percent._so = percentStream; in Init()
79 _percent.ClosePrint(true); in ClosePercents2()
84 if (NeedPercents() && _so == _percent._so) in ClosePercents_for_so()
85 _percent.ClosePrint(false); in ClosePercents_for_so()
130 // ~CUpdateCallbackConsole() { if (NeedPercents()) _percent.ClosePrint(); }
H A DExtractCallbackConsole.cpp41 _percent.Command = "Scan"; in StartScanning()
48 _percent.Files = st.NumDirs + st.NumFiles; in ScanProgress()
49 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
50 _percent.FileName = fs2us(path); in ScanProgress()
51 _percent.Print(); in ScanProgress()
244 _percent.Total = size; in SetTotal()
245 _percent.Print(); in SetTotal()
257 _percent.Completed = *completeValue; in SetCompleted()
258 _percent.Print(); in SetCompleted()
382 _percent in PrepareOperation()
[all...]
H A DOpenCallbackConsole.h15 CPercentPrinter _percent; member in COpenCallbackConsole
25 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents()
34 _percent.ClosePrint(true); in ClosePercents()
56 _percent._so = percentStream; in Init()

Completed in 4 milliseconds