Lines Matching defs:stream
37 // Buffered stream of UTF-16 code units, using an internal UTF-16 buffer.
64 // stream. If there are no more code units it returns kEndOfInput.
71 // Returns and advances past the next UTF-16 code unit in the input stream
96 // Go back one by one character in the input stream.
122 // Returns true if the stream could access the V8 heap after construction.
127 // Returns true if the stream can be cloned with Clone.
131 // Clones the character stream to enable another independent scanner to access
132 // the same underlying stream.
135 // Returns true if the stream could access the V8 heap after construction.
180 // - a stream could either fill a separate buffer. Then buffer_start_ and
183 // - a stream with existing buffer chunks would set buffer_start_ and
423 const Utf16CharacterStream* stream() const { return source_; }
726 // Input stream. Must be initialized to an Utf16CharacterStream.