OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_outSizeDefined
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/Compress/
PpmdDecoder.h
34
bool
_outSizeDefined
;
66
CDecoder(): _outBuf(NULL),
_outSizeDefined
(false)
Lzma2Decoder.cpp
29
CDecoder::CDecoder(): _inBuf(0),
_outSizeDefined
(false)
64
_outSizeDefined
= (outSize != NULL);
65
if (
_outSizeDefined
)
98
if (
_outSizeDefined
)
121
bool stopDecoding = (
_outSizeDefined
&& _outSizeProcessed >= _outSize);
160
if (
_outSizeDefined
)
LzmaDecoder.cpp
27
CDecoder::CDecoder(): _inBuf(0), _propsWereSet(false),
_outSizeDefined
(false),
72
_outSizeDefined
= (outSize != NULL);
73
if (
_outSizeDefined
)
108
if (
_outSizeDefined
)
129
bool stopDecoding = (
_outSizeDefined
&& _outSizeProcessed >= _outSize);
187
if (
_outSizeDefined
)
Lzma2Decoder.h
31
bool
_outSizeDefined
;
LzmaDecoder.h
31
bool
_outSizeDefined
;
Completed in 36 milliseconds