Lines Matching refs:_maxEndOffset
180 UInt64 _maxEndOffset;
195 CHandler(): _maxEndOffset(0) {}
234 if (_maxEndOffset < next)
237 item2.Offset = _maxEndOffset;
238 item2.Size = next - _maxEndOffset;
239 _maxEndOffset = next;
242 else if (_maxEndOffset > next && !_items.IsEmpty())
248 _maxEndOffset = next;
261 if (_maxEndOffset < next)
262 _maxEndOffset = next;