reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 Length = BorrowedImpl.getLength(); 41 BinaryStreamRefBase &operator=(const BinaryStreamRefBase &Other) = default; 43 BinaryStreamRefBase &operator=(BinaryStreamRefBase &&Other) = default; 52 if (Length.hasValue()) 53 return *Length; 71 if (Result.Length.hasValue()) 72 *Result.Length -= N; 91 if (!Result.Length.hasValue()) 92 Result.Length = getLength(); 94 *Result.Length -= N; 129 if (Length != Other.Length) 129 if (Length != Other.Length)lib/Support/BinaryStreamRef.cpp
126 return BinaryStreamRef(*BorrowedImpl, ViewOffset, Length);