Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js639 return this.decoder_.readSignedVarint64();
911 return this.decoder_.readSignedVarint64();
1017 return this.readPackedField_(this.decoder_.readSignedVarint64);
Ddecoder_test.js269 assertThrows(function() {decoder.readSignedVarint64()});
Ddecoder.js696 jspb.BinaryDecoder.prototype.readSignedVarint64 = function() { method in jspb.BinaryDecoder
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js228 assertThrows(function() {decoder.readSignedVarint64()});
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js228 assertThrows(function() {decoder.readSignedVarint64()});