HomeSort by relevance Sort by last modified time
    Searched refs:_totalLength (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 16 UInt64 _totalLength;
43 _totalLength = total;
MultiStream.cpp 13 if (_pos >= _totalLength)
58 case STREAM_SEEK_END: offset += _totalLength; break;

Completed in 59 milliseconds