Home
last modified time | relevance | path

Searched refs:_completedBytes (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp78 _totalBytes(UNDEFINED_VAL), _completedBytes(0), in CProgressSync()
147 _completedBytes = *val; in Set_NumBytesCur()
157 _completedBytes = val; in Set_NumBytesCur() local
690 completed = Sync._completedBytes; in UpdateStatInfo()
DProgressDialog2.h40 UInt64 _completedBytes; variable