Searched refs:readUint64String (Results 1 – 5 of 5) sorted by relevance
710 jspb.BinaryReader.prototype.readUint64String = function() { method in jspb.BinaryReader800 return this.decoder_.readUint64String();1127 return this.readPackedField_(this.decoder_.readUint64String);
172 assertThrows(function() {reader.readUint64String()});455 assertEquals(testUnsignedData[i], reader.readUint64String());
816 jspb.BinaryDecoder.prototype.readUint64String = function() { method in jspb.BinaryDecoder