Searched refs:needUpdatePos (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h332 void DeleteByteStream(bool needUpdatePos) argument
338 if (needUpdatePos)
H A D7zIn.cpp135 void Set(CInArchive *archive, const Byte *data, size_t size, bool needUpdatePos);
151 void CStreamSwitch::Set(CInArchive *archive, const Byte *data, size_t size, bool needUpdatePos) argument
157 _needUpdatePos = needUpdatePos;

Completed in 317 milliseconds