Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dreader.js714 return this.decoder_.readUnsignedVarint64String();
1006 return this.readPackedField_(this.decoder_.readUnsignedVarint64String);
Ddecoder.js684 jspb.BinaryDecoder.prototype.readUnsignedVarint64String = function() { method in jspb.BinaryDecoder