Lines Matching refs:bytes_
70 this.bytes_ = null;
147 return jspb.BinaryDecoder.alloc(this.bytes_,
156 this.bytes_ = null;
169 return this.bytes_;
182 this.bytes_ = jspb.utils.byteSourceToUint8Array(data);
185 this.bytes_.length;
297 temp = this.bytes_[this.cursor_++];
303 temp = this.bytes_[this.cursor_++];
311 temp = this.bytes_[this.cursor_++];
363 var bytes = this.bytes_;
380 while (this.bytes_[this.cursor_] & 0x80) {
421 var bytes = this.bytes_;
639 var a = this.bytes_[this.cursor_ + 0];
652 var a = this.bytes_[this.cursor_ + 0];
653 var b = this.bytes_[this.cursor_ + 1];
666 var a = this.bytes_[this.cursor_ + 0];
667 var b = this.bytes_[this.cursor_ + 1];
668 var c = this.bytes_[this.cursor_ + 2];
669 var d = this.bytes_[this.cursor_ + 3];
711 var a = this.bytes_[this.cursor_ + 0];
724 var a = this.bytes_[this.cursor_ + 0];
725 var b = this.bytes_[this.cursor_ + 1];
738 var a = this.bytes_[this.cursor_ + 0];
739 var b = this.bytes_[this.cursor_ + 1];
740 var c = this.bytes_[this.cursor_ + 2];
741 var d = this.bytes_[this.cursor_ + 3];
808 return !!this.bytes_[this.cursor_++];
831 var bytes = this.bytes_;
903 this.cursor_ + length > this.bytes_.length) {
909 var result = this.bytes_.subarray(this.cursor_, this.cursor_ + length);
935 var bytes = this.bytes_;