Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Ddecoder.js518 jspb.BinaryDecoder.prototype.unskipVarint = function(value) { method in jspb.BinaryDecoder
Dreader.js309 this.decoder_.unskipVarint((this.nextField_ << 3) | this.nextWireType_);