Lines Matching refs:readPackedField_
916 jspb.BinaryReader.prototype.readPackedField_ = function(decodeMethod) { method in jspb.BinaryReader
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 return this.readPackedField_(this.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);