• Home
  • Raw
  • Download

Lines Matching refs:readPackedField_

1045 jspb.BinaryReader.prototype.readPackedField_ = function(decodeMethod) {  method in jspb.BinaryReader
1065 return this.readPackedField_(this.decoder_.readSignedVarint32);
1075 return this.readPackedField_(this.decoder_.readSignedVarint32String);
1085 return this.readPackedField_(this.decoder_.readSignedVarint64);
1095 return this.readPackedField_(this.decoder_.readSignedVarint64String);
1105 return this.readPackedField_(this.decoder_.readUnsignedVarint32);
1115 return this.readPackedField_(this.decoder_.readUnsignedVarint32String);
1125 return this.readPackedField_(this.decoder_.readUnsignedVarint64);
1135 return this.readPackedField_(this.decoder_.readUnsignedVarint64String);
1145 return this.readPackedField_(this.decoder_.readZigzagVarint32);
1155 return this.readPackedField_(this.decoder_.readZigzagVarint64);
1165 return this.readPackedField_(this.decoder_.readZigzagVarint64String);
1175 return this.readPackedField_(this.decoder_.readUint32);
1185 return this.readPackedField_(this.decoder_.readUint64);
1195 return this.readPackedField_(this.decoder_.readUint64String);
1205 return this.readPackedField_(this.decoder_.readInt32);
1215 return this.readPackedField_(this.decoder_.readInt64);
1225 return this.readPackedField_(this.decoder_.readInt64String);
1235 return this.readPackedField_(this.decoder_.readFloat);
1245 return this.readPackedField_(this.decoder_.readDouble);
1255 return this.readPackedField_(this.decoder_.readBool);
1265 return this.readPackedField_(this.decoder_.readEnum);
1275 return this.readPackedField_(this.decoder_.readVarintHash64);
1285 return this.readPackedField_(this.decoder_.readFixedHash64);