Home
last modified time | relevance | path

Searched refs:readPackedField_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/js/binary/
Dreader.js916 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);
[all …]