Searched refs:readPackedField_ (Results 1 – 1 of 1) sorted by relevance
1045 jspb.BinaryReader.prototype.readPackedField_ = function(decodeMethod) { method in jspb.BinaryReader1065 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);[all …]