Lines Matching defs:bytes
232 // Provides a buffered utf-16 view on the bytes from the underlying ByteStream.
286 // Provides a unbuffered utf-16 view on the bytes from the underlying
331 // Provides a unbuffered utf-16 view on the bytes from the underlying
540 // - The 'physical' position (# of bytes in the stream),
544 size_t bytes;
598 DCHECK(current_.pos.bytes >= chunk.start.bytes);
602 size_t it = current_.pos.bytes - chunk.start.bytes;
608 if (V8_UNLIKELY(current_.pos.bytes < 3 && chars == 0)) {
630 current_.pos.bytes = chunk.start.bytes + (cursor - chunk.data.get());
669 size_t it = current_.pos.bytes - chunk.start.bytes;
674 if (V8_UNLIKELY(current_.pos.bytes < 3 && current_.pos.chars == 0)) {
719 current_.pos.bytes = chunk.start.bytes + (cursor - chunk.data.get());
757 DCHECK_EQ(current_.pos.bytes, 0u);
782 // checking whether the # bytes in a chunk are equal to the # chars, and if
786 (GetChunk(chunk_no + 1).start.bytes - GetChunk(chunk_no).start.bytes) ==
792 {GetChunk(chunk_no).start.bytes + skip,