OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetOutStreamSize
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h
60
STDMETHOD(
SetOutStreamSize
)(const UInt64 *outSize);
PpmdDecoder.h
58
STDMETHOD(
SetOutStreamSize
)(const UInt64 *outSize);
LzmaDecoder.h
60
STDMETHOD(
SetOutStreamSize
)(const UInt64 *outSize);
Lzma2Decoder.cpp
62
STDMETHODIMP CDecoder::
SetOutStreamSize
(const UInt64 *outSize)
81
SetOutStreamSize
(outSize);
LzmaDecoder.cpp
80
STDMETHODIMP CDecoder::
SetOutStreamSize
(const UInt64 *outSize)
164
SetOutStreamSize
(outSize);
/external/lzma/CPP/7zip/
ICoder.h
107
STDMETHOD(
SetOutStreamSize
)(const UInt64 *outSize) PURE;
Completed in 28 milliseconds