OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetInBufSize
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp
48
STDMETHODIMP CDecoder::
SetInBufSize
(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
Bcj2Coder.cpp
255
STDMETHODIMP CDecoder::
SetInBufSize
(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = size; return S_OK; }
Completed in 55 milliseconds