Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp41 UInt64 _totalSize; member in NArchive::NSplit::CHandler
213 _totalSize = 0; in Open()
222 _totalSize += size; in Open()
249 _totalSize += size; in Open()
290 prop = _totalSize; in GetProperty()
307 RINOK(extractCallback->SetTotal(_totalSize)); in Extract()
/external/pdfium/core/src/fxge/apple/
Dapple_int.h198 return (FX_FILESIZE)_totalSize; in GetSize()
204 return _offSet == _totalSize; in IsEOF()
240 int _totalSize; variable