reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 bool valid() const { return Stream.valid(); } 113 bool empty() const { return Stream.getLength() == 0; } 120 BinaryStreamRef NewStream = Stream.slice(0, End); 135 BinaryStreamRef getUnderlyingStream() const { return Stream; } 137 Stream = S; 159 : IterRef(Array.Stream.drop_front(Offset)), Extract(E),