Home
last modified time | relevance | path

Searched defs:sizeRes (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DStreamUtils.h12 inline HRESULT InStream_GetSize_SeekToEnd(IInStream *stream, UInt64 &sizeRes) throw() in InStream_GetSize_SeekToEnd()
19 inline HRESULT InStream_GetSize_SeekToBegin(IInStream *stream, UInt64 &sizeRes) throw() in InStream_GetSize_SeekToBegin()
DStreamUtils.cpp18 HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &sizeRes) throw() in InStream_AtBegin_GetSize()
35 HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UInt64 &sizeRes) throw() in InStream_GetPos_GetSize()