Lines Matching full:underlying
43 /// Read as much as possible from the underlying string at the current offset
51 /// Read \p Size bytes from the underlying stream at the current offset and
53 /// depends on the implementation of the underlying stream. Updates the
61 /// stream's offset. The data is always copied from the stream's underlying
103 /// on the implementation of the underlying stream. Updates the stream's
118 /// on the implementation of the underlying stream. Updates the stream's
125 /// Read the entire remainder of the underlying stream into \p Ref. This is
133 /// Read \p Length bytes from the underlying stream into \p Ref. This is
142 /// Read \p Length bytes from the underlying stream into \p Ref. This is
151 /// Get a pointer to an object of type T from the underlying stream, as if by
155 /// a copy occurs depends upon the implementation of the underlying
169 /// from the underlying stream as if by memcpy, and store the resulting array
173 /// the implementation of the underlying stream.
202 /// VarStreamArray may, depending upon the implementation of the underlying
220 /// FixedStreamArray may, depending upon the implementation of the underlying
256 /// Examine the next byte of the underlying stream without advancing the