Home | History | Annotate | Download | only in binary

Lines Matching refs:decoder_

71   this.decoder_ = jspb.BinaryDecoder.alloc(opt_bytes, opt_start, opt_length);
77 this.fieldCursor_ = this.decoder_.getCursor();
127 newReader.decoder_.setBlock(opt_bytes, opt_start, opt_length);
151 this.decoder_.clear();
177 return this.decoder_.getCursor();
186 return this.decoder_.getBuffer();
222 return this.error_ || this.decoder_.getError();
233 this.decoder_.setBlock(bytes, start, length);
244 this.decoder_.reset();
255 this.decoder_.advance(count);
267 if (this.decoder_.atEnd()) {
279 this.fieldCursor_ = this.decoder_.getCursor();
280 var header = this.decoder_.readUnsignedVarint32();
309 this.decoder_.unskipVarint((this.nextField_ << 3) | this.nextWireType_);
324 if (!this.decoder_.atEnd()) {
340 this.decoder_.skipVarint();
354 var length = this.decoder_.readUnsignedVarint32();
355 this.decoder_.advance(length);
369 this.decoder_.advance(4);
383 this.decoder_.advance(8);
541 var oldEnd = this.decoder_.getEnd();
542 var length = this.decoder_.readUnsignedVarint32();
543 var newEnd = this.decoder_.getCursor() + length;
544 this.decoder_.setEnd(newEnd);
550 this.decoder_.setCursor(newEnd);
551 this.decoder_.setEnd(oldEnd);
591 var length = this.decoder_.readUnsignedVarint32();
592 var start = this.decoder_.getCursor();
596 jspb.BinaryDecoder.alloc(this.decoder_.getBuffer(), start, length);
597 this.decoder_.setCursor(end);
611 return this.decoder_.readSignedVarint32();
627 return this.decoder_.readSignedVarint32String();
640 return this.decoder_.readSignedVarint64();
656 return this.decoder_.readSignedVarint64String();
669 return this.decoder_.readUnsignedVarint32();
685 return this.decoder_.readUnsignedVarint32String();
698 return this.decoder_.readUnsignedVarint64();
714 return this.decoder_.readUnsignedVarint64String();
728 return this.decoder_.readZigzagVarint32();
742 return this.decoder_.readZigzagVarint64();
756 return this.decoder_.readUint32();
770 return this.decoder_.readUint64();
784 return this.decoder_.readInt32();
798 return this.decoder_.readInt64();
811 return this.decoder_.readFloat();
824 return this.decoder_.readDouble();
837 return !!this.decoder_.readUnsignedVarint32();
850 return this.decoder_.readSignedVarint64();
863 var length = this.decoder_.readUnsignedVarint32();
864 return this.decoder_.readString(length);
877 var length = this.decoder_.readUnsignedVarint32();
878 return this.decoder_.readBytes(length);
892 return this.decoder_.readVarintHash64();
906 return this.decoder_.readFixedHash64();
919 var length = this.decoder_.readUnsignedVarint32();
920 var end = this.decoder_.getCursor() + length;
922 while (this.decoder_.getCursor() < end) {
924 result.push(decodeMethod.call(this.decoder_));
936 return this.readPackedField_(this.decoder_.readSignedVarint32);
946 return this.readPackedField_(this.decoder_.readSignedVarint32String);
956 return this.readPackedField_(this.decoder_.readSignedVarint64);
966 return this.readPackedField_(this.decoder_.readSignedVarint64String);
976 return this.readPackedField_(this.decoder_.readUnsignedVarint32);
986 return this.readPackedField_(this.decoder_.readUnsignedVarint32String);
996 return this.readPackedField_(this.decoder_.readUnsignedVarint64);
1006 return this.readPackedField_(this.decoder_.readUnsignedVarint64String);
1016 return this.readPackedField_(this.decoder_.readZigzagVarint32);
1026 return this.readPackedField_(this.decoder_.readZigzagVarint64);
1036 return this.readPackedField_(this.decoder_.readUint32);
1046 return this.readPackedField_(this.decoder_.readUint64);
1056 return this.readPackedField_(this.decoder_.readInt32);
1066 return this.readPackedField_(this.decoder_.readInt64);
1076 decoder_.readFloat);
1086 return this.readPackedField_(this.decoder_.readDouble);
1096 return this.readPackedField_(this.decoder_.readBool);
1106 return this.readPackedField_(this.decoder_.readEnum);
1116 return this.readPackedField_(this.decoder_.readVarintHash64);
1126 return this.readPackedField_(this.decoder_.readFixedHash64);