Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dreader.js742 return this.decoder_.readZigzagVarint64();
1026 return this.readPackedField_(this.decoder_.readZigzagVarint64);
Ddecoder_test.js230 assertThrows(function() {decoder.readZigzagVarint64()});
Ddecoder.js729 jspb.BinaryDecoder.prototype.readZigzagVarint64 = function() { method in jspb.BinaryDecoder