Lines Matching defs:ViewOffset
27 : BorrowedImpl(&BorrowedImpl), ViewOffset(0) {
35 ViewOffset(Offset), Length(Length) {}
38 : BorrowedImpl(&BorrowedImpl), ViewOffset(Offset), Length(Length) {}
52 return BorrowedImpl ? (BorrowedImpl->getLength() - ViewOffset) : 0;
67 Result.ViewOffset += N;
124 if (LHS.ViewOffset != RHS.ViewOffset)
142 uint64_t ViewOffset = 0;
157 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint64_t ViewOffset,
159 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
222 uint64_t ViewOffset, std::optional<uint64_t> Length)
223 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}