Lines Matching defs:Size
44 UInt64 Size;
49 bool HasSize() const { return (Size != (UInt64)(Int64)-1); }
61 Size = GetUi64(sig + 5);
65 (!HasSize() || Size < ((UInt64)1 << 56)) &&
85 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
86 { return _lzmaDecoderSpec->ReadFromInputStream(data, size, processedSize); }
150 const UInt64 *Size = header.HasSize() ? &header.Size : NULL;
151 HRESULT res = _lzmaDecoderSpec->CodeResume(outStream, Size, progress);
261 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break;